This is an archive of the discontinued LLVM Phabricator instance.

[NFC] Add missing includes for LLVM_ENABLE_MODULES builds
ClosedPublic

Authored by zero9178 on Jun 3 2021, 2:03 PM.

Details

Summary

Building LLVM with the LLVM_ENABLE_MODULES cmake option fails when the modules are being compiled due to missing includes. This is a side effect of some transitive includes that changed recently.

Diff Detail

Event Timeline

zero9178 created this revision.Jun 3 2021, 2:03 PM
zero9178 requested review of this revision.Jun 3 2021, 2:03 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 3 2021, 2:03 PM
nikic accepted this revision.Jun 3 2021, 2:07 PM

LGTM, thanks!

This revision is now accepted and ready to land.Jun 3 2021, 2:07 PM
This revision was landed with ongoing or failed builds.Jun 3 2021, 2:29 PM
This revision was automatically updated to reflect the committed changes.

Thank you for fixing this, Markus.