[PATCH] D40839: [ELF] - Show .plt symbols in -Map output.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 5 08:14:46 PST 2017


grimar created this revision.
Herald added a subscriber: emaste.

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.


https://reviews.llvm.org/D40839

Files:
  ELF/MapFile.cpp
  test/ELF/Inputs/map-file5.s
  test/ELF/map-file.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40839.125530.patch
Type: text/x-patch
Size: 9245 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171205/2432e625/attachment.bin>


More information about the llvm-commits mailing list