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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D40839
[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
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Dec 5 2017, 10:19 AM Closed by commit rL319879: [ELF] - Show .plt symbols in -Map output. (authored by grimar). · Explain WhyDec 6 2017, 12:37 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 125675 lld/trunk/ELF/MapFile.cpp
lld/trunk/test/ELF/Inputs/map-file5.s
lld/trunk/test/ELF/map-file.s
|