[clang] 760e692 - [NFC][AIX]Disable new pcm tests on AIX
Steven Wan via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 28 09:39:27 PST 2022
Author: Steven Wan
Date: 2022-01-28T12:39:09-05:00
New Revision: 760e69223d83860ed4758f86a0de4686a8d51fd7
URL: https://github.com/llvm/llvm-project/commit/760e69223d83860ed4758f86a0de4686a8d51fd7
DIFF: https://github.com/llvm/llvm-project/commit/760e69223d83860ed4758f86a0de4686a8d51fd7.diff
LOG: [NFC][AIX]Disable new pcm tests on AIX
Same as D114481, the PCH reader looks for a `__clangast` section in the precompiled module file, which isn't present on AIX, and we don't support writing this custom section in XCOFF yet.
Reviewed By: Jake-Egan, daltenty, sfertile
Differential Revision: https://reviews.llvm.org/D118477
Added:
Modified:
clang/test/ClangScanDeps/modules-symlink.c
Removed:
################################################################################
diff --git a/clang/test/ClangScanDeps/modules-symlink.c b/clang/test/ClangScanDeps/modules-symlink.c
index 46831b0a3fc00..5b628175560d2 100644
--- a/clang/test/ClangScanDeps/modules-symlink.c
+++ b/clang/test/ClangScanDeps/modules-symlink.c
@@ -1,6 +1,8 @@
// RUN: rm -rf %t
// RUN: split-file %s %t
-// UNSUPPORTED: system-windows
+// Unsupported on AIX because we don't support the requisite "__clangast"
+// section in XCOFF yet.
+// UNSUPPORTED: system-windows, aix
//--- cdb_pch.json
[
More information about the cfe-commits
mailing list