Author: Qiongsi Wu Date: 2021-10-08T14:00:06Z New Revision: 75127bce6de78b83b70b898a04473f213451f13e
URL: https://github.com/llvm/llvm-project/commit/75127bce6de78b83b70b898a04473f213451f13e DIFF: https://github.com/llvm/llvm-project/commit/75127bce6de78b83b70b898a04473f213451f13e.diff LOG: [AIX][ZOS] Excluding merge-objc-interface.m from Tests 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. Reviewed By: jsji Differential Revision: https://reviews.llvm.org/D111406 Added: Modified: clang/test/Modules/merge-objc-interface.m Removed: ################################################################################ diff --git a/clang/test/Modules/merge-objc-interface.m b/clang/test/Modules/merge-objc-interface.m index fba06294a26af..f62f541c1a297 100644 --- a/clang/test/Modules/merge-objc-interface.m +++ b/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