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{{.*}} _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits