This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from b51ffc8 ELF: --reproduce: quote pathnames for -L and other options. new 71168f2 ELF: New symbol table design.
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/Driver.cpp | 3 +- ELF/InputFiles.cpp | 126 ++++++----- ELF/InputFiles.h | 41 ++-- ELF/LTO.cpp | 39 ++-- ELF/MarkLive.cpp | 11 +- ELF/OutputSections.cpp | 12 +- ELF/SymbolTable.cpp | 470 +++++++++++++++++++++++++-------------- ELF/SymbolTable.h | 43 +++- ELF/Symbols.cpp | 85 ++----- ELF/Symbols.h | 205 +++++++++-------- ELF/Writer.cpp | 60 +++-- docs/NewLLD.rst | 35 +-- test/ELF/lto/common2.ll | 2 +- test/ELF/relocation-copy-alias.s | 4 +- 14 files changed, 632 insertions(+), 504 deletions(-)