This is an archive of the discontinued LLVM Phabricator instance.

[DWARFYAML] Add support for emitting DWARF64 .debug_aranges section.
ClosedPublic

Authored by Higuoxing on Jun 9 2020, 9:07 PM.

Details

Summary

The debug_info_offset(CuOffset) should be 64-bit width rather than 32-bit width in DWARF64 .debug_aranges section. This patch helps resolve it.

Diff Detail

Event Timeline

Higuoxing created this revision.Jun 9 2020, 9:07 PM
jhenderson accepted this revision.Jun 10 2020, 2:31 AM

LGTM, thanks for the good work!

This revision is now accepted and ready to land.Jun 10 2020, 2:31 AM
This revision was automatically updated to reflect the committed changes.