[PATCH] D111406: [AIX][ZOS] Excluding merge-objc-interface.m from Tests

Jinsong Ji via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 8 07:00:33 PDT 2021


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG75127bce6de7: [AIX][ZOS] Excluding merge-objc-interface.m from Tests (authored by qiongsiwu1, committed by jsji).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D111406/new/

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.378201.patch
Type: text/x-patch
Size: 371 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211008/f49aade8/attachment.bin>


More information about the cfe-commits mailing list