This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from fb27bcb7d Simplify the logic to instantiate Symbols. Should be NFC. new 48a603b07 [ELF] Improve error message for relocations to symbols define [...]
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/InputFiles.cpp | 41 ++++++++++++++++----------- ELF/InputFiles.h | 16 ++++++----- ELF/Relocations.cpp | 56 +++++++++++++++++++++++++++++++------ ELF/SymbolTable.cpp | 8 ++++-- ELF/SymbolTable.h | 5 ++++ ELF/Symbols.h | 8 ++++-- test/ELF/comdat-discarded-error.s | 18 ++++++++++++ test/ELF/exclude-discarded-error.s | 15 ++++++++++ test/ELF/exclude-discarded-error2.s | 14 ++++++++++ 9 files changed, 144 insertions(+), 37 deletions(-) create mode 100644 test/ELF/comdat-discarded-error.s create mode 100644 test/ELF/exclude-discarded-error.s create mode 100644 test/ELF/exclude-discarded-error2.s