This is an archive of the discontinued LLVM Phabricator instance.

[DWARFLinker][NFC] Make interfaces to be compatible.
ClosedPublic

Authored by avl on Apr 3 2023, 10:12 AM.

Details

Summary

This patch makes interface of AddressManager from DWARFLinker
to be compatible with AddressesMap from DWARFLinkerParallel.
This makes both linkers to be interchangeable.

Diff Detail

Event Timeline

avl created this revision.Apr 3 2023, 10:12 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 3 2023, 10:12 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
avl requested review of this revision.Apr 3 2023, 10:12 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 3 2023, 10:12 AM
avl added a comment.Apr 24 2023, 9:14 AM

friendly ping.

avl added a comment.May 1 2023, 12:17 PM

friendly ping.

This revision is now accepted and ready to land.May 1 2023, 1:57 PM
This revision was automatically updated to reflect the committed changes.