[clang] Mark tests as unsupported when targeting z/OS (PR #107916)

Sean Perry via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 23 13:16:21 PDT 2024


================
@@ -24,6 +24,7 @@
 //
 // FIXME: Path handling should work on all platforms.
 // REQUIRES: system-linux
+// UNSUPPORTED: target={{.*}}-zos{{.*}}
----------------
perry-ca wrote:

Unless we can prove that is the case, it is better to stick with the more selective condition.  I don't think many people run lit cross target so it would be difficult to validate.

https://github.com/llvm/llvm-project/pull/107916


More information about the cfe-commits mailing list