[PATCH] D114481: [NFC][AIX]Disable precompiled module file tests on AIX
David Tenty via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 24 07:56:46 PST 2021
daltenty accepted this revision.
daltenty added a comment.
This revision is now accepted and ready to land.
LGTM, with minor nit.
================
Comment at: clang/test/ClangScanDeps/modules-pch-common-submodule.c:1
+// UNSUPPORTED: aix
+
----------------
Let's add a comment, to let folks know what's going on with these. Something like:
// Unsupported on AIX because we don't support the requisite __clangast section in XCOFF yet.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114481/new/
https://reviews.llvm.org/D114481
More information about the cfe-commits
mailing list