This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 109f827 ELF: Move code to where it is used, and related cleanups. NFC. new a729286 ELF: Re-implement -u directly and remove CanKeepUndefined flag. new 7af8aec ELF: Merge UndefinedBitcode and UndefinedElf. NFC.
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 | 24 +++++++++++++++--------- ELF/OutputSections.cpp | 3 +-- ELF/SymbolTable.cpp | 25 +++++++++++++------------ ELF/SymbolTable.h | 1 + ELF/Symbols.cpp | 43 ++++++++++++------------------------------- ELF/Symbols.h | 39 ++++++++++++--------------------------- ELF/Writer.cpp | 7 ++----- test/ELF/undefined-opt.s | 11 +++++++++++ 9 files changed, 68 insertions(+), 89 deletions(-)