From ac97e6c295186c3c39912341759510501ba0aa06 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 18 Nov 2025 20:00:52 +0000 Subject: [PATCH 1/2] Initial plan From 9e722a0b7f88386cc876b0269690d36c262e7611 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 18 Nov 2025 22:16:46 +0000 Subject: [PATCH 2/2] Fix GCC Debug build: Add missing newline to ErrorCodes.h Co-authored-by: damyanp <8118402+damyanp@users.noreply.github.com> --- include/dxc/Support/ErrorCodes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/dxc/Support/ErrorCodes.h b/include/dxc/Support/ErrorCodes.h index 5239c8118c..c34f4d68e9 100644 --- a/include/dxc/Support/ErrorCodes.h +++ b/include/dxc/Support/ErrorCodes.h @@ -157,4 +157,4 @@ // 0X80AA001F - DXIL container Program Version mismatches Dxil module shader // model #define DXC_E_INCORRECT_PROGRAM_VERSION \ - DXC_MAKE_HRESULT(DXC_SEVERITY_ERROR, FACILITY_DXC, (0x001F)) \ No newline at end of file + DXC_MAKE_HRESULT(DXC_SEVERITY_ERROR, FACILITY_DXC, (0x001F))