summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZibi Sarbinowski <zibi@ca.ibm.com>2024-01-09 08:31:48 -0600
committerDavid Tenty <daltenty@ibm.com>2024-01-09 10:33:45 -0500
commita85cbe8f9036c8771fbf61335eb288eaefcda365 (patch)
tree43ea4dde86d9258c1955a09493d4068e40513cc9
parentab4af25d5dfaecf01e6c6e94dc79e7304321c376 (diff)
Disable autolink_private_module.m for z/OS & AIX
This change disables it on z/OS and AIX since it fails on both platforms with: fatal error: error in backend: Objective-C support is unimplemented for object file format
-rw-r--r--clang/test/Modules/autolink_private_module.m2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/Modules/autolink_private_module.m b/clang/test/Modules/autolink_private_module.m
index 54bebc3a587b..f83f0a26b530 100644
--- a/clang/test/Modules/autolink_private_module.m
+++ b/clang/test/Modules/autolink_private_module.m
@@ -1,4 +1,6 @@
// Test that autolink hints for frameworks don't use the private module name.
+// UNSUPPORTED: target={{.*}}-zos{{.*}}, target={{.*}}-aix{{.*}}
+
// RUN: rm -rf %t && mkdir %t
// RUN: split-file %s %t