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
4 // Make sure fcgl option flag which translated into "-emit-llvm" "-disable-llvm-passes".
6 // CHECK-SAME: "-disable-llvm-passes"
8 // Make sure fcgl option not generate any diagnostics.
9 // expected-no-diagnostics