[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:02 PDT 2025


================
@@ -3,7 +3,7 @@
 // Test to demonstrate extracting the root signature to the specified
 // output file with /Frs.
 
-// CHECK: "{{.*}}llvm-objcopy{{(.exe)?}}" "{{.*}}.obj" "{{.*}}.dxo" "--extract-section=RTS0={{.*}}.rs.dxo"
+// CHECK: "{{.*}}/llvm-objcopy{{(.exe)?}}" "{{.*}}.obj" "{{.*}}.{{(dxo|obj)}}" "--extract-section=RTS0={{.*}}.rs.dxo"
----------------
bogner wrote:

Why is this change needed? I didn't see anything that would change the file type of the objcopy in this PR

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


More information about the llvm-commits mailing list