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 3614479 commit 1c15e3dCopy full SHA for 1c15e3d
clang/test/Driver/dxc_fcgl.hlsl
@@ -1,9 +1,5 @@
1
-// RUN: not %clang_dxc -fcgl -T lib_6_7 foo.hlsl -### %s 2>&1 | FileCheck %s
2
-// RUN: %clang_dxc -fcgl -T lib_6_7 %s -Xclang -verify
+// RUN: %clang_dxc -fcgl -T lib_6_7 %s -### %s 2>&1 | FileCheck %s
3
4
// Make sure fcgl option flag which translated into "-emit-llvm" "-disable-llvm-passes".
5
// CHECK: "-emit-llvm"
6
// CHECK-SAME: "-disable-llvm-passes"
7
-
8
-// Make sure fcgl option not generate any diagnostics.
9
-// expected-no-diagnostics
0 commit comments