This is an archive of the discontinued LLVM Phabricator instance.

[ELF] - Show .plt symbols in -Map output.
ClosedPublic

Authored by grimar on Dec 5 2017, 8:14 AM.

Details

Summary

As mentioned in PR35471, shared functions for which
.plt entry address is used shows up in bfd's map files.
Patch teaches LLD to do the same.

Diff Detail

Repository
rL LLVM

Event Timeline

grimar created this revision.Dec 5 2017, 8:14 AM
ruiu accepted this revision.Dec 5 2017, 10:19 AM

LGTM

This revision is now accepted and ready to land.Dec 5 2017, 10:19 AM
This revision was automatically updated to reflect the committed changes.