This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 70cb0908a Delete dead code. new f02119617 [ELF] Do not keep symbols if they referenced only from discar [...]
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/MarkLive.cpp | 6 ++++++ ELF/SymbolTable.cpp | 5 +++-- ELF/Symbols.h | 7 +++++-- ELF/Writer.cpp | 3 ++- test/ELF/Inputs/gc-sections-shared2.s | 3 +++ test/ELF/gc-collect-undefined.s | 19 +++++++++++++++++++ test/ELF/gc-sections-shared.s | 23 ++++++++++++++--------- 7 files changed, 52 insertions(+), 14 deletions(-) create mode 100644 test/ELF/Inputs/gc-sections-shared2.s create mode 100644 test/ELF/gc-collect-undefined.s