================
@@ -4141,6 +4141,20 @@
 
 // Begin SystemZ/GCC/Linux tests ----------------
 
+// RUN: %clang -E -dM %s -o - 2>&1 \
+// RUN:     -target s390x-ibm-zos \
----------------
MaskRay wrote:

`--target=` for new driver tests.

However, this does not test clangDriver and therefore `%clang_cc1` is preferred.

(You can ignore previous lines that obey the convention. I can fix them later.)

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

Reply via email to