[PATCH] D118477: [NFC][AIX]Disable new pcm tests on AIX

Steven Wan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 28 07:55:38 PST 2022


stevewan created this revision.
stevewan requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

Same as D114481 <https://reviews.llvm.org/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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D118477

Files:
  clang/test/ClangScanDeps/modules-symlink.c


Index: clang/test/ClangScanDeps/modules-symlink.c
===================================================================
--- clang/test/ClangScanDeps/modules-symlink.c
+++ 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
 [


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118477.404026.patch
Type: text/x-patch
Size: 468 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220128/6d335895/attachment.bin>


More information about the cfe-commits mailing list