[AIX][NFC] Unsupported object-c test
authorJinsong Ji <jji@us.ibm.com>
Mon, 1 Nov 2021 13:44:23 +0000 (13:44 +0000)
committerJinsong Ji <jji@us.ibm.com>
Mon, 1 Nov 2021 13:44:23 +0000 (13:44 +0000)
clang/test/Modules/merge-objc-interface-visibility.m

index 181a2c7..a075611 100644 (file)
@@ -4,6 +4,7 @@
 // RUN:            -fmodules -fimplicit-module-maps -fmodules-cache-path=%t/modules.cache
 // RUN: %clang_cc1 -emit-llvm -o %t/test.bc -F%t/Frameworks %t/test.m -DHIDDEN_FIRST=0 \
 // RUN:            -fmodules -fimplicit-module-maps -fmodules-cache-path=%t/modules.cache
+// UNSUPPORTED: -zos, -aix
 
 // Test a case when Objective-C interface is imported both as hidden and as visible.