Skip to content

Commit d1873d3

Browse files
committed
[NFC][AIX] Disable precompiled module file test on AIX
This patch follows the same reasoning as D114481. The PCH reader looks for `__clangast` section in the precompiled module file, which is not present in the file on AIX and not supported in XCOFF yet. Reviewed By: daltenty Differential Revision: https://reviews.llvm.org/D121709
1 parent 8ab69ba commit d1873d3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

clang/test/ClangScanDeps/modules-no-undeclared-includes.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Unsupported on AIX because we don't support the requisite "__clangast"
2+
// section in XCOFF yet.
3+
// UNSUPPORTED: aix
4+
15
// RUN: rm -rf %t && mkdir %t
26
// RUN: split-file %s %t
37

0 commit comments

Comments
 (0)