We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5428599 commit 29cf8a1Copy full SHA for 29cf8a1
clang/test/Driver/dxc_rootsignature_target.hlsl
@@ -1,4 +1,4 @@
1
-// RUN: %clang_dxc -E EntryRS -Vd -T rootsig_1_1 /Fo %t.dxo -### %s 2>&1 | FileCheck %s --check-prefix=CMDS
+// RUN: %clang_dxc -Vd -E EntryRS -T rootsig_1_1 /Fo %t.dxo -### %s 2>&1 | FileCheck %s --check-prefix=CMDS
2
3
// CMDS: "{{.*}}clang{{.*}}" "-cc1"
4
// CMDS-SAME: "-triple" "dxilv1.1-unknown-shadermodel1.1-rootsignature"
0 commit comments