This is an archive of the discontinued LLVM Phabricator instance.

[DebugInfo] Fix emitting DWARF64 compilation units (5/19).
ClosedPublic

Authored by ikudrin on Sep 2 2020, 6:22 AM.

Details

Summary

The patch also adds a method to choose an appropriate DWARF form to represent section offsets according to the version and the format of producing debug info.

Diff Detail

Event Timeline

ikudrin created this revision.Sep 2 2020, 6:22 AM
ikudrin requested review of this revision.Sep 2 2020, 6:22 AM
dblaikie accepted this revision.Sep 2 2020, 2:00 PM

Looks good - thanks!

This revision is now accepted and ready to land.Sep 2 2020, 2:00 PM
ikudrin updated this revision to Diff 289717.Sep 3 2020, 7:28 AM
ikudrin retitled this revision from [DebugInfo] Fix emitting DWARF64 compilation units (7/19). to [DebugInfo] Fix emitting DWARF64 compilation units (5/19)..
  • Updated to follow changes in the parent commits.