[clang] Mark tests as unsupported when targeting z/OS (PR #107916)
Abhina Sree via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 23 12:06:23 PDT 2024
================
@@ -24,6 +24,7 @@
//
// FIXME: Path handling should work on all platforms.
// REQUIRES: system-linux
+// UNSUPPORTED: target={{.*}}-zos{{.*}}
----------------
abhina-sree wrote:
Would this work instead? I think this testcase won't work for all non-linux targets
// REQUIRES: system-linux && target={{.*linux.*}}
https://github.com/llvm/llvm-project/pull/107916
More information about the cfe-commits
mailing list