================
@@ -0,0 +1,12 @@
+// Test that using -emit-cir when clang is not built with CIR support gives a 
proper error message
+// instead of crashing.
+
+// This test should only run when CIR support is NOT enabled
+// REQUIRES: !cir-support
----------------
necto wrote:

Have you considered
```suggestion
// UNSUPPORTED: cir-support
```
?

https://github.com/llvm/llvm-project/pull/152614
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to