llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-clang Author: Jake Egan (jakeegan) <details> <summary>Changes</summary> …off support Same as D135848. The newly added test fails with `fatal error: error in backend: Objective-C support is unimplemented for object file format`. --- Full diff: https://github.com/llvm/llvm-project/pull/70661.diff 1 Files Affected: - (modified) clang/test/Modules/relative-resource-dir.m (+1) ``````````diff diff --git a/clang/test/Modules/relative-resource-dir.m b/clang/test/Modules/relative-resource-dir.m index 2efc61259fd7891..e0d1b6d221d109a 100644 --- a/clang/test/Modules/relative-resource-dir.m +++ b/clang/test/Modules/relative-resource-dir.m @@ -1,3 +1,4 @@ +// UNSUPPORTED: -zos, -aix // REQUIRES: shell // RUN: EXPECTED_RESOURCE_DIR=`%clang -print-resource-dir` && \ `````````` </details> https://github.com/llvm/llvm-project/pull/70661 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits