This is an archive of the discontinued LLVM Phabricator instance.

[DWARFYAML] Refactor range list table to hold more data structure.
ClosedPublic

Authored by Higuoxing on Jul 21 2020, 7:20 AM.

Details

Summary

This patch refactors the range list table to hold both the range list
table and the location list table.

Diff Detail

Event Timeline

Higuoxing created this revision.Jul 21 2020, 7:20 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 21 2020, 7:20 AM
labath accepted this revision.Jul 22 2020, 1:12 AM

Seems straight-forward enough.

This revision is now accepted and ready to land.Jul 22 2020, 1:12 AM
jhenderson accepted this revision.Jul 22 2020, 2:11 AM

Makes sense to me too. LGTM.

Thanks for reviewing!

This revision was automatically updated to reflect the committed changes.