[ELF] Reorder SectionBase/InputSectionBase members
[llvm-project.git] / clang / test / Driver / dxc_fcgl.hlsl
blobfe65124c197bcaf2a98d79a59b0618878078d2b9
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".
5 // CHECK: "-emit-llvm"
6 // CHECK-SAME: "-disable-llvm-passes"
8 // Make sure fcgl option not generate any diagnostics.
9 // expected-no-diagnostics