[clang] 1b8e39a - [clang][modules] Objective-C test lacks support on AIX/zOS (#77485)

via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 9 10:40:26 PST 2024


Author: Jake Egan
Date: 2024-01-09T13:40:21-05:00
New Revision: 1b8e39a1a2e8237852914501e3361d98af6db054

URL: https://github.com/llvm/llvm-project/commit/1b8e39a1a2e8237852914501e3361d98af6db054
DIFF: https://github.com/llvm/llvm-project/commit/1b8e39a1a2e8237852914501e3361d98af6db054.diff

LOG: [clang][modules] Objective-C test lacks support on AIX/zOS (#77485)

To fix error: `fatal error: error in backend: Objective-C support is
unimplemented for object file format`

Same rationale as 22f01cd.

Added: 
    

Modified: 
    clang/test/Modules/autolink_private_module.m

Removed: 
    


################################################################################
diff  --git a/clang/test/Modules/autolink_private_module.m b/clang/test/Modules/autolink_private_module.m
index f83f0a26b5309a..0c8d166a42c7d3 100644
--- a/clang/test/Modules/autolink_private_module.m
+++ b/clang/test/Modules/autolink_private_module.m
@@ -1,3 +1,5 @@
+// UNSUPPORTED: target={{.*}}-zos{{.*}}, target={{.*}}-aix{{.*}}
+
 // Test that autolink hints for frameworks don't use the private module name.
 // UNSUPPORTED: target={{.*}}-zos{{.*}}, target={{.*}}-aix{{.*}}
 


        


More information about the cfe-commits mailing list