This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from bb9f186d2 Add missing REQUIRES. new 5d46c4f86 Put undefined symbols from shared libraries in the symbol table. new 512ef0792 Add `--dynamic-linker=foo` as an alias for `--dynamic-linker foo`.
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 | 5 ++++- ELF/InputFiles.h | 8 -------- ELF/LinkerScript.cpp | 4 ---- ELF/Options.td | 1 + ELF/SymbolTable.cpp | 28 ---------------------------- ELF/SymbolTable.h | 1 - test/ELF/dynamic-linker.s | 24 ++++++++++++++++++++++++ test/ELF/no-dynamic-linker.s | 12 ------------ test/ELF/trace-symbols.s | 2 +- 10 files changed, 30 insertions(+), 59 deletions(-) create mode 100644 test/ELF/dynamic-linker.s delete mode 100644 test/ELF/no-dynamic-linker.s