[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / clang / test / Driver / dxc_fcgl.hlsl
blob782dfaa1e0e5537fc5c8a4558924afdaa5432a6a
1 // RUN: %clang_dxc -fcgl -T lib_6_7 foo.hlsl -### %s 2>&1 | FileCheck %s
3 // Make sure fcgl option flag which translated into "-S" "-emit-llvm" "-disable-llvm-passes".
4 // CHECK:"-S" "-emit-llvm" "-disable-llvm-passes"