This is an archive of the discontinued LLVM Phabricator instance.

[DWARFLinker] add DWARFUnit::getIndexedAddressOffset().
ClosedPublic

Authored by avl on Jun 19 2023, 9:51 AM.

Details

Summary

This patch is a followup for D153162. It cures one more place
where indexed address was incorrectly read. It also moves handling
of indexed address into DWARFUnit.

Diff Detail

Event Timeline

avl created this revision.Jun 19 2023, 9:51 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 19 2023, 9:51 AM
avl requested review of this revision.Jun 19 2023, 9:51 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 19 2023, 9:51 AM
This revision is now accepted and ready to land.Jun 19 2023, 10:29 PM
fdeazeve accepted this revision.Jun 20 2023, 3:02 AM

Nice find!

This revision was automatically updated to reflect the committed changes.