This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from e1ba7336f [LLD][ELF] - Improve diagnostic about unrecognized relocations. new 953b4b503 Speed up --start-lib and --end-lib. new fada6236b Move code for symbol resolution from SymbolTable.cpp to Symbols.cpp.
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: ELF/Driver.cpp | 4 +- ELF/InputFiles.cpp | 161 ++++++++++++++++--------- ELF/InputFiles.h | 4 +- ELF/LinkerScript.cpp | 4 +- ELF/SymbolTable.cpp | 323 +-------------------------------------------------- ELF/SymbolTable.h | 5 - ELF/Symbols.cpp | 316 ++++++++++++++++++++++++++++++++++++++++++++++++- ELF/Symbols.h | 41 ++++++- 8 files changed, 460 insertions(+), 398 deletions(-)