This is an archive of the discontinued LLVM Phabricator instance.

[ELF] - (-Map file) Implement printing of LMA for assignments outside of section declarations.
ClosedPublic

Authored by grimar on Apr 5 2018, 4:54 AM.

Details

Summary

This was a missing piece.
We started to print LMAs and information about assignments,
but did not do that for assignments outside of section declarations yet.
The patch implements it.

Diff Detail

Event Timeline

grimar created this revision.Apr 5 2018, 4:54 AM
grimar updated this revision to Diff 176788.Dec 5 2018, 3:45 AM
  • Rebased. Ping.
ruiu accepted this revision.Dec 5 2018, 9:44 AM

LGTM

This revision is now accepted and ready to land.Dec 5 2018, 9:44 AM
This revision was automatically updated to reflect the committed changes.