[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 21:04:02 PDT 2022
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGe231a580139a: [clang][Module][AIX] Mark test unsupported since objc doesn't have xcoff support (authored by lkail).
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.467358.patch
Type: text/x-patch
Size: 419 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221013/3c613269/attachment.bin>
More information about the cfe-commits
mailing list