This is an archive of the discontinued LLVM Phabricator instance.

[DebugInfo] Fix reading range lists of v5 units in DWP.
ClosedPublic

Authored by ikudrin on Apr 3 2020, 8:04 AM.

Details

Summary

In package files, the base offset provided by index sections should be used to find the contribution of a unit. The patch adds that base offset when reading range list tables.

Diff Detail

Event Timeline

ikudrin created this revision.Apr 3 2020, 8:04 AM
dblaikie accepted this revision.Apr 5 2020, 4:34 PM

Looks good - thanks!

This revision is now accepted and ready to land.Apr 5 2020, 4:34 PM
This revision was automatically updated to reflect the committed changes.