This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from a131738 Use a reference instead of a pointer. NFC. new 1dffd8f Don't include --start-lib/--end-lib files twice.
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/InputFiles.cpp | 9 ++++++++- ELF/InputFiles.h | 2 ++ ELF/SymbolTable.cpp | 15 +++++++++------ ELF/SymbolTable.h | 2 +- ELF/Symbols.cpp | 3 +++ ELF/Symbols.h | 7 ++++--- test/ELF/Inputs/start-lib-comdat.s | 5 +++++ test/ELF/start-lib-comdat.s | 23 +++++++++++++++++++++++ 8 files changed, 55 insertions(+), 11 deletions(-) create mode 100644 test/ELF/Inputs/start-lib-comdat.s create mode 100644 test/ELF/start-lib-comdat.s