This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 65631bc33 Simplify SymbolTable::add{Defined,Undefined,...} functions. new 4e785d16f Introduce CommonSymbol.
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 | 24 +++++++ ELF/InputFiles.cpp | 8 +-- ELF/LinkerScript.cpp | 8 +-- ELF/SymbolTable.cpp | 196 ++++++++++++++++++++++++--------------------------- ELF/SymbolTable.h | 8 ++- ELF/Symbols.cpp | 4 +- ELF/Symbols.h | 38 ++++++++++ ELF/Writer.cpp | 21 +++--- 8 files changed, 183 insertions(+), 124 deletions(-)