[clang] [clang][modules] Objective-C test lacks support on AIX/zOS (PR #77485)
via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 9 07:15:33 PST 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-clang
@llvm/pr-subscribers-clang-modules
Author: Jake Egan (jakeegan)
<details>
<summary>Changes</summary>
To fix error: `fatal error: error in backend: Objective-C support is unimplemented for object file format`
Same rationale as 22f01cd.
---
Full diff: https://github.com/llvm/llvm-project/pull/77485.diff
1 Files Affected:
- (modified) clang/test/Modules/autolink_private_module.m (+2)
``````````diff
diff --git a/clang/test/Modules/autolink_private_module.m b/clang/test/Modules/autolink_private_module.m
index 54bebc3a587b1b..b96c2aed12bf81 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.
// RUN: rm -rf %t && mkdir %t
// RUN: split-file %s %t
``````````
</details>
https://github.com/llvm/llvm-project/pull/77485
More information about the cfe-commits
mailing list