This is an archive of the discontinued LLVM Phabricator instance.

[DWARFLinker][NFC] cleanup AddressManager interface.
ClosedPublic

Authored by avl on May 12 2022, 12:10 PM.

Details

Summary

this review is extracted from D86539

  1. delete areRelocationsResolved() method.
  2. rename hasLiveMemoryLocation() -> isLiveVariable() hasLiveAddressRange() -> isLiveSubprogram().

Diff Detail

Event Timeline

avl created this revision.May 12 2022, 12:10 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 12 2022, 12:10 PM
Herald added a subscriber: hiraditya. · View Herald Transcript
avl requested review of this revision.May 12 2022, 12:10 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 12 2022, 12:10 PM
This revision is now accepted and ready to land.May 13 2022, 12:59 PM
avl added a comment.May 15 2022, 12:48 PM

Thank you for the review!

This revision was landed with ongoing or failed builds.May 15 2022, 12:49 PM
This revision was automatically updated to reflect the committed changes.