[clang] [llvm] [HLSL] Update Frontend to support version 1.2 of root signature (PR #160616)

Justin Bogner via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 26 09:47:03 PDT 2025


================
@@ -3,6 +3,6 @@
 // CMDS: "{{.*}}clang{{.*}}" "-cc1"
 // CMDS-SAME: "-triple" "dxilv1.1-unknown-shadermodel1.1-rootsignature"
 // CMDS-SAME: "-hlsl-entry" "EntryRS"
-// CMDS: "{{.*}}llvm-objcopy{{(.exe)?}}" "{{.*}}.dxo" "--only-section=RTS0"
+// CMDS: "{{.*}}llvm-objcopy{{(.exe)?}}" "{{.*}}.{{(dxo|obj)}}" "--only-section=RTS0"
----------------
bogner wrote:

same

https://github.com/llvm/llvm-project/pull/160616


More information about the llvm-commits mailing list