bolt/deps/llvm-18.1.8/clang/test/Driver/dxc_fcgl.hlsl

7 lines
237 B
HLSL
Raw Normal View History

2025-02-14 19:21:04 +01:00
// RUN: not %clang_dxc -fcgl -T lib_6_7 foo.hlsl -### %s 2>&1 | FileCheck %s
// Make sure fcgl option flag which translated into "-S" "-emit-llvm" "-disable-llvm-passes".
// CHECK:"-S"
// CHECK-SAME:"-emit-llvm" "-disable-llvm-passes"