This is an archive of the discontinued LLVM Phabricator instance.

Illustrate an alternative for tracking includes per submodule.
AbandonedPublic

Authored by vsapsai on Nov 16 2021, 8:00 PM.

Details

Reviewers
None
Summary

Aggregated transitive includes are stored in SubmoduleState, includes
per submodule for subsequent serialization are stored in
IncludedFilesPerSubmodule.

Diff Detail

Event Timeline

vsapsai created this revision.Nov 16 2021, 8:00 PM
vsapsai requested review of this revision.Nov 16 2021, 8:00 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 16 2021, 8:00 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
vsapsai updated this revision to Diff 387834.Nov 16 2021, 10:36 PM

Handle BuildingSubmoduleStack not storing the top-level module.

vsapsai abandoned this revision.Nov 18 2021, 6:33 PM