This is an archive of the discontinued LLVM Phabricator instance.

[clang][modules][deps] Including module maps are affecting
ClosedPublic

Authored by jansvoboda11 on Nov 1 2022, 4:38 PM.

Details

Summary

With this patch, we mark module maps that include an affecting extern module map as also affecting. This is a generalization of D137197: now we don't require the importing module map to describe parent of the extern module.

Depends on D137198.

Diff Detail

Event Timeline

jansvoboda11 created this revision.Nov 1 2022, 4:38 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 1 2022, 4:38 PM
Herald added a subscriber: ributzka. · View Herald Transcript
jansvoboda11 requested review of this revision.Nov 1 2022, 4:38 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 1 2022, 4:38 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
This revision is now accepted and ready to land.Nov 8 2022, 12:16 PM
This revision was landed with ongoing or failed builds.Dec 1 2022, 8:16 PM
This revision was automatically updated to reflect the committed changes.