This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 9353fa2 Don't add DT_INIT/DT_FINI for undef and shared symbols. new eea64b3 Implement -Map.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: ELF/CMakeLists.txt | 1 + ELF/Config.h | 1 + ELF/Driver.cpp | 1 + ELF/MapFile.cpp | 135 +++++++++++++++++++++++++++++++++++++++++ COFF/Writer.h => ELF/MapFile.h | 16 +++-- ELF/Options.td | 5 +- ELF/OutputSections.cpp | 14 +++++ ELF/OutputSections.h | 3 + ELF/Writer.cpp | 2 + test/ELF/Inputs/map-file2.s | 8 +++ test/ELF/Inputs/map-file3.s | 2 + test/ELF/Inputs/map-file4.s | 3 + test/ELF/map-file.s | 54 +++++++++++++++++ 13 files changed, 234 insertions(+), 11 deletions(-) create mode 100644 ELF/MapFile.cpp copy COFF/Writer.h => ELF/MapFile.h (54%) create mode 100644 test/ELF/Inputs/map-file2.s create mode 100644 test/ELF/Inputs/map-file3.s create mode 100644 test/ELF/Inputs/map-file4.s create mode 100644 test/ELF/map-file.s