[PATCH] D135848: [clang][Module][AIX] Mark test unsupported since objc doesn't have xcoff support

Kai Luo via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 12 20:49:36 PDT 2022


lkail updated this revision to Diff 467356.

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135848

Files:
  clang/test/Modules/module-file-home-is-cwd.m


Index: clang/test/Modules/module-file-home-is-cwd.m
===================================================================
--- clang/test/Modules/module-file-home-is-cwd.m
+++ clang/test/Modules/module-file-home-is-cwd.m
@@ -1,3 +1,4 @@
+// UNSUPPORTED: -zos, -aix
 // RUN: cd %S
 // RUN: %clang_cc1 -x objective-c -fmodules -fno-implicit-modules \
 // RUN:     -fmodule-file-home-is-cwd -fmodule-name=libA -emit-module \


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135848.467356.patch
Type: text/x-patch
Size: 419 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221013/b9d3f74c/attachment.bin>


More information about the cfe-commits mailing list