[NFC] Use %clang_cc1

This commit is contained in:
Xiang Li 2022-09-29 14:26:01 -07:00
parent e09a6f37d5
commit 10d6a34ef6

View File

@ -1,3 +1,3 @@
// RUN:not %clang -cc1 -triple dxil-pc-shadermodel6.3-compute -x c++ -hlsl-entry foo %s 2>&1 | FileCheck %s --check-prefix=NOTHLSL
// 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++'