6 lines · plain
1// RUN: not %clang_dxc -Efoo -Tlib_6_7 foo.hlsl -### %s 2>&1 | FileCheck %s2// RUN: not %clang_dxc -Efoo -Tlib_6_7 -spirv foo.hlsl -### %s 2>&1 | FileCheck %s3 4// Make sure E option flag which translated into "-hlsl-entry".5// CHECK:"-hlsl-entry" "foo"6