Skip to content

Commit f9d715a

Browse files
authored
[HLSL] Simplify test (llvm#165743)
Simplify test that fcgl flag is expanded to the right flags.
1 parent 278e5dd commit f9d715a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

clang/test/Driver/dxc_fcgl.hlsl

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1+
// RUN: %clang_dxc -fcgl -T lib_6_7 %s -### %s 2>&1 | FileCheck %s
32

43
// Make sure fcgl option flag which translated into "-emit-llvm" "-disable-llvm-passes".
54
// CHECK: "-emit-llvm"
65
// CHECK-SAME: "-disable-llvm-passes"
7-
8-
// Make sure fcgl option not generate any diagnostics.
9-
// expected-no-diagnostics

0 commit comments

Comments
 (0)