This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 400057d01 [LLD][ELF] - Replace one of the tests with a YAML version. new caaf65c3b [ELF] Emit weak-undef symbols in .dynsym of a PIE binary only [...]
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/Symbols.cpp | 4 ++++ test/ELF/Inputs/{start-lib2.s => dummy-shared.s} | 0 test/ELF/pie-weak.s | 6 +++-- test/ELF/relocation-relative-weak.s | 4 +++- test/ELF/weak-undef-no-shared-libs.s | 28 ++++++++++++++++++++++++ test/ELF/weak-undef.s | 4 +++- 6 files changed, 42 insertions(+), 4 deletions(-) copy test/ELF/Inputs/{start-lib2.s => dummy-shared.s} (100%) create mode 100644 test/ELF/weak-undef-no-shared-libs.s