This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 323bfe35c [ELF] - Remove one of OutputSectionFactory::addInputSec(). new 4efc834f0 Keep some relocations with undefined weak symbols.
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/Config.h | 1 + ELF/Driver.cpp | 9 +++++++++ ELF/Relocations.cpp | 13 +++++++++++-- ELF/Symbols.cpp | 4 ++-- ELF/Writer.cpp | 6 ++---- test/ELF/no-inhibit-exec.s | 2 +- test/ELF/pie-weak.s | 5 ++++- test/ELF/relocation-relative-weak.s | 1 + test/ELF/weak-undef-export.s | 9 +++++++++ test/ELF/weak-undef-val.s | 26 ++++++++++++++++++++++++++ test/ELF/weak-undef.s | 9 +++++++++ 11 files changed, 75 insertions(+), 10 deletions(-) create mode 100644 test/ELF/weak-undef-val.s