Skip to content

Commit 056e572

Browse files
spallgithub-actions[bot]
authored andcommitted
Automerge: [HLSL] Simplify test (#165743)
Simplify test that fcgl flag is expanded to the right flags.
2 parents f7d8e93 + f9d715a commit 056e572

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)