[PATCH] D111406: [AIX][ZOS] Excluding merge-objc-interface.m from Tests
Qiongsi Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 8 06:52:20 PDT 2021
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 \
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111406.378198.patch
Type: text/x-patch
Size: 371 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211008/ab777465/attachment.bin>
More information about the cfe-commits
mailing list