This is an archive of the discontinued LLVM Phabricator instance.

Move ModuleSummaryAnalysis from libAnalysis to libObject to break the dependency from Analysis to Object
ClosedPublic

Authored by mehdi_amini on Apr 12 2020, 9:27 PM.

Details

Summary

ModuleSummaryAnalysis is the only file in libAnalysis that brings a
dependency on the CodeGen layer from libAnalysis, moving it breaks this
dependency.

Diff Detail

Event Timeline

mehdi_amini created this revision.Apr 12 2020, 9:27 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 12 2020, 9:27 PM
dexonsmith accepted this revision.Apr 13 2020, 3:50 PM

LGTM. Seems like a reasonable new home.

This revision is now accepted and ready to land.Apr 13 2020, 3:50 PM
This revision was automatically updated to reflect the committed changes.