This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 25dc57b Add support for R_X86_64_GOT64. new 6f809b9 [ELF] Fix test case thinko from r289152 new 8f07ecc COFF: New symbol table design.
The 2 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/Chunks.cpp | 4 +- COFF/Chunks.h | 1 - COFF/Config.h | 15 +- COFF/DLL.cpp | 2 +- COFF/Driver.cpp | 14 +- COFF/Driver.h | 3 +- COFF/DriverUtils.cpp | 10 +- COFF/ICF.cpp | 8 +- COFF/InputFiles.cpp | 96 +++++--- COFF/InputFiles.h | 44 ++-- COFF/MarkLive.cpp | 6 +- COFF/SymbolTable.cpp | 412 ++++++++++++++++++---------------- COFF/SymbolTable.h | 48 ++-- COFF/Symbols.cpp | 142 +----------- COFF/Symbols.h | 114 ++++++---- COFF/Writer.cpp | 32 +-- test/COFF/include2.test | 2 +- test/COFF/order.test | 2 +- test/COFF/symtab.test | 52 ++--- test/ELF/linkerscript/data-commands.s | 6 +- 20 files changed, 466 insertions(+), 547 deletions(-)