This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGd3676d4b666e: [clang][modules] Build inferred modules
(authored by Bigcheese, committed by jansvoboda11).
Repository:
rG LLVM Github Monorepo
CHA
dexonsmith accepted this revision.
dexonsmith added a comment.
This revision is now accepted and ready to land.
Looks great — thanks for splitting this out!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102491/new/
https://reviews.llvm.org/D102491
jansvoboda11 created this revision.
jansvoboda11 added reviewers: Bigcheese, dexonsmith.
jansvoboda11 requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
This patch enables explicitly building inferred modules.
Effectively a cherry-pick of htt