This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 746bf15 Try to fix the windows bots. new 4496a00 COFF: Change the /lldmap output format to be more like the EL [...]
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: COFF/CMakeLists.txt | 1 + COFF/Chunks.h | 4 +- COFF/Config.h | 3 + COFF/Driver.cpp | 13 +---- COFF/MapFile.cpp | 125 ++++++++++++++++++++++++++++++++++++++++++ {ELF => COFF}/MapFile.h | 12 ++-- COFF/SymbolTable.cpp | 11 ---- COFF/SymbolTable.h | 3 - COFF/Writer.cpp | 49 +---------------- COFF/Writer.h | 51 +++++++++++++++++ test/COFF/lldmap.test | 9 +-- test/COFF/lto-parallel.ll | 8 +-- test/COFF/weak-external.test | 5 +- test/COFF/weak-external3.test | 10 ++-- 14 files changed, 208 insertions(+), 96 deletions(-) create mode 100644 COFF/MapFile.cpp copy {ELF => COFF}/MapFile.h (65%)