File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 33// Test to demonstrate extracting the root signature to the specified
44// output file with /Frs.
55
6- // CHECK: "{{.*}}llvm-objcopy{{(.exe)?}}" "{{.*}}.obj" "{{.*}}.dxo" "--extract-section=RTS0={{.*}}.rs.dxo"
6+ // CHECK: "{{.*}}/ llvm-objcopy{{(.exe)?}}" "{{.*}}.obj" "{{.*}}.{{( dxo|obj)}} " "--extract-section=RTS0={{.*}}.rs.dxo"
77
88[shader ("compute" ), RootSignature ("" )]
99[numthreads (1 ,1 ,1 )]
Original file line number Diff line number Diff line change 33// CMDS: "{{.*}}clang{{.*}}" "-cc1"
44// CMDS-SAME: "-triple" "dxilv1.1-unknown-shadermodel1.1-rootsignature"
55// CMDS-SAME: "-hlsl-entry" "EntryRS"
6- // CMDS: "{{.*}}llvm-objcopy{{(.exe)?}}" "{{.*}}.dxo" "--only-section=RTS0"
6+ // CMDS: "{{.*}}llvm-objcopy{{(.exe)?}}" "{{.*}}.{{( dxo|obj)}} " "--only-section=RTS0"
77
88#define EntryRS "UAV(u0)"
You can’t perform that action at this time.
0 commit comments