mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-26 13:26:08 +00:00
4 lines
198 B
C++
4 lines
198 B
C++
// 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++'
|