[PATCH] D113654: [AIX] Set D111860's test unsupported on AIX

Kai Luo via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 11 01:42:17 PST 2021


lkail created this revision.
lkail added reviewers: PowerPC, jsji.
lkail requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D113654

Files:
  clang/test/Modules/merge-objc-protocol-visibility.m


Index: clang/test/Modules/merge-objc-protocol-visibility.m
===================================================================
--- clang/test/Modules/merge-objc-protocol-visibility.m
+++ clang/test/Modules/merge-objc-protocol-visibility.m
@@ -1,3 +1,4 @@
+// UNSUPPORTED: -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 -Werror=objc-method-access -DHIDDEN_FIRST=1 \


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113654.386448.patch
Type: text/x-patch
Size: 439 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211111/adcf8480/attachment.bin>


More information about the cfe-commits mailing list