bolt/deps/llvm-18.1.8/clang/test/Frontend/hlsl-entry.cpp

4 lines
198 B
C++
Raw Normal View History

2025-02-14 19:21:04 +01:00
// RUN:not %clang_cc1 -triple dxil-pc-shadermodel6.3-compute -x c++ -hlsl-entry foo %s 2>&1 | FileCheck %s --check-prefix=NOTHLSL
// NOTHLSL:invalid argument '-hlsl-entry' not allowed with 'C++'