[NFC] Use %clang_cc1
authorXiang Li <python3kgae@outlook.com>
Thu, 29 Sep 2022 21:26:01 +0000 (14:26 -0700)
committerXiang Li <python3kgae@outlook.com>
Thu, 29 Sep 2022 21:26:01 +0000 (14:26 -0700)
clang/test/Frontend/hlsl-entry.cpp

index dd14aa5..a5d4bb6 100644 (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++'