This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 7ca03de1f Do not consider Shared symbols as defined symbols. new dc49c0c9c ELF: Remove DefinedCommon. new bf4f9bd94 ELF: Merge DefinedRegular and Defined. new 4e7011812 ELF: Remove function Symbol::isInCurrentOutput().
The 3 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/Arch/Mips.cpp | 2 +- ELF/Driver.cpp | 8 ----- ELF/GdbIndex.cpp | 2 +- ELF/ICF.cpp | 8 ++--- ELF/InputFiles.cpp | 4 +-- ELF/InputSection.cpp | 10 +++--- ELF/InputSection.h | 9 ++--- ELF/LinkerScript.cpp | 8 ++--- ELF/LinkerScript.h | 4 +-- ELF/MapFile.cpp | 4 +-- ELF/MarkLive.cpp | 6 ++-- ELF/OutputSections.h | 2 +- ELF/Relocations.cpp | 2 +- ELF/SymbolTable.cpp | 82 ++++++++++++++++++++++++------------------- ELF/SymbolTable.h | 6 ++-- ELF/Symbols.cpp | 62 ++++++++++++++------------------ ELF/Symbols.h | 80 +++++++++++------------------------------ ELF/SyntheticSections.cpp | 59 ++++++++++--------------------- ELF/SyntheticSections.h | 3 +- ELF/Thunks.cpp | 6 ++-- ELF/Thunks.h | 2 +- ELF/Writer.cpp | 21 ++++++----- test/ELF/relocatable-common.s | 2 +- 23 files changed, 160 insertions(+), 232 deletions(-)