This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from ccffa5973 Revert r358069 "Discard debuginfo for object files empty after GC" new f927f91ce Move symbol resolution code out of SymbolTable class.
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 | 13 ++-- ELF/InputFiles.cpp | 39 +++++------ ELF/LTO.cpp | 8 +-- ELF/LinkerScript.cpp | 12 ++-- ELF/Relocations.cpp | 5 +- ELF/SymbolTable.cpp | 193 ++++++++++++++++++++++++--------------------------- ELF/SymbolTable.h | 16 ++--- ELF/Symbols.h | 69 +++++++++++++----- ELF/Writer.cpp | 18 ++--- 9 files changed, 191 insertions(+), 182 deletions(-)