Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Driver / dxc_spirv.hlsl
bloba3c5c30af06e3c87156d04419a1c261811238958
1 // RUN: %clang_dxc -T cs_6_0 -spirv -### %s 2>&1 | FileCheck %s
3 // CHECK: "-triple" "spirv-unknown-shadermodel6.0-compute"
4 // CHECK-SAME: "-x" "hlsl"