This is an archive of the discontinued LLVM Phabricator instance.

[NFC][AIX] Disable precompiled module file test on AIX
ClosedPublic

Authored by Jake-Egan on Mar 15 2022, 8:45 AM.

Details

Summary

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.

Diff Detail

Event Timeline

Jake-Egan created this revision.Mar 15 2022, 8:45 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 15 2022, 8:45 AM
Jake-Egan requested review of this revision.Mar 15 2022, 8:45 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 15 2022, 8:45 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
Jake-Egan edited the summary of this revision. (Show Details)Mar 15 2022, 8:48 AM
Jake-Egan added reviewers: stevewan, daltenty.
daltenty accepted this revision.Mar 15 2022, 11:11 AM

LGTM, thanks!

This revision is now accepted and ready to land.Mar 15 2022, 11:11 AM
This revision was automatically updated to reflect the committed changes.