qiongsiwu1 created this revision. qiongsiwu1 added reviewers: jsji, Jake-Egan. qiongsiwu1 added a project: LLVM. qiongsiwu1 requested review of this revision. Herald added a project: clang. Herald added a subscriber: cfe-commits.
Objective C is not supported on AIX or ZOS. This patch excludes the newly added `clang/test/Modules/merge-objc-interface.m` (added by https://reviews.llvm.org/D110280) from AIX and ZOS testing. Many existing tests are already disabled by https://reviews.llvm.org/D109060. Repository: rG LLVM Github Monorepo https://reviews.llvm.org/D111406 Files: clang/test/Modules/merge-objc-interface.m Index: clang/test/Modules/merge-objc-interface.m =================================================================== --- clang/test/Modules/merge-objc-interface.m +++ clang/test/Modules/merge-objc-interface.m @@ -1,3 +1,4 @@ +// UNSUPPORTED: -zos, -aix // RUN: rm -rf %t // RUN: split-file %s %t // RUN: %clang_cc1 -emit-llvm -o %t/test.bc -F%t/Frameworks %t/test.m \
Index: clang/test/Modules/merge-objc-interface.m =================================================================== --- clang/test/Modules/merge-objc-interface.m +++ clang/test/Modules/merge-objc-interface.m @@ -1,3 +1,4 @@ +// UNSUPPORTED: -zos, -aix // RUN: rm -rf %t // RUN: split-file %s %t // RUN: %clang_cc1 -emit-llvm -o %t/test.bc -F%t/Frameworks %t/test.m \
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits