The PCH reader looks for __clangast section in the precompiled module file, which is not present in the file on AIX, and we don't support writing this custom section in XCOFF yet.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM, with minor nit.
clang/test/ClangScanDeps/modules-pch-common-submodule.c | ||
---|---|---|
2 | 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. |
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.