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 3
3
// Test to demonstrate extracting the root signature to the specified
4
4
// output file with /Frs.
5
5
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"
7
7
8
8
[shader ("compute" ), RootSignature ("" )]
9
9
[numthreads (1 ,1 ,1 )]
Original file line number Diff line number Diff line change 3
3
// CMDS: "{{.*}}clang{{.*}}" "-cc1"
4
4
// CMDS-SAME: "-triple" "dxilv1.1-unknown-shadermodel1.1-rootsignature"
5
5
// CMDS-SAME: "-hlsl-entry" "EntryRS"
6
- // CMDS: "{{.*}}llvm-objcopy{{(.exe)?}}" "{{.*}}.dxo" "--only-section=RTS0"
6
+ // CMDS: "{{.*}}llvm-objcopy{{(.exe)?}}" "{{.*}}.{{( dxo|obj)}} " "--only-section=RTS0"
7
7
8
8
#define EntryRS "UAV(u0)"
You can’t perform that action at this time.
0 commit comments