================
@@ -0,0 +1,4 @@
+// RUN: not %clang -target spirv %s 2>&1 | FileCheck %s
----------------
AaronBallman wrote:

```suggestion
// RUN: not %clang_cc1 -target spirv %s 2>&1 | FileCheck %s
```
Switching to cc1 mode (basically everything but Driver tests should be using 
cc1).

https://github.com/llvm/llvm-project/pull/190840
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to