This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from c10da5a Remove parameter names from template instantiations to make t [...] new c223214 Change the error message format for undefined 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/Error.cpp | 19 +++++++-- ELF/InputFiles.cpp | 20 ++++++--- ELF/InputFiles.h | 2 + ELF/InputSection.cpp | 68 +++++++++++++++++++++++++++++++ ELF/InputSection.h | 2 + ELF/Relocations.cpp | 10 ++++- test/ELF/libsearch.s | 3 +- test/ELF/linkerscript/edata-etext.s | 9 ++-- test/ELF/linkerscript/ehdr_start.s | 3 +- test/ELF/lto/archive-no-index.ll | 4 +- test/ELF/lto/combined-lto-object-name.ll | 4 +- test/ELF/sysroot.s | 3 +- test/ELF/tls-static.s | 3 +- test/ELF/undef-shared.s | 9 ++-- test/ELF/undef.s | 36 ++++++++++++---- test/ELF/unresolved-symbols.s | 10 +++-- test/ELF/verneed-local.s | 3 +- test/ELF/warn-unresolved-symbols-hidden.s | 18 ++++---- test/ELF/warn-unresolved-symbols.s | 15 +++++-- test/ELF/zdefs.s | 3 +- 20 files changed, 194 insertions(+), 50 deletions(-)