This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from e2106e83e lld/elf: Deduplicate undefined symbol diagnostics new d535349f8 [ELF][PPC][X86] Use [-2**(n-1), 2**n) to check overflows for [...]
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/Arch/PPC.cpp | 3 +++ ELF/Arch/PPC64.cpp | 12 +++++++++--- ELF/Arch/X86_64.cpp | 4 ++-- ELF/Target.h | 2 +- test/ELF/Inputs/i386-reloc-16-error.s | 3 --- test/ELF/Inputs/i386-reloc-16.s | 3 --- test/ELF/Inputs/i386-reloc-8-error.s | 3 --- test/ELF/Inputs/i386-reloc-8.s | 3 --- test/ELF/Inputs/x86-64-reloc-16-error.s | 3 --- test/ELF/Inputs/x86-64-reloc-16.s | 3 --- test/ELF/Inputs/x86-64-reloc-8-error.s | 3 --- test/ELF/Inputs/x86-64-reloc-8.s | 3 --- test/ELF/aarch64-abs16.s | 8 ++++---- test/ELF/aarch64-abs32.s | 8 ++++---- test/ELF/aarch64-prel16.s | 4 ++-- test/ELF/aarch64-prel32.s | 4 ++-- test/ELF/i386-reloc-16.s | 27 ++++++++++++++++----------- test/ELF/i386-reloc-8.s | 27 ++++++++++++++++----------- test/ELF/ppc32-reloc-addr.s | 10 +--------- test/ELF/ppc64-addr16-error.s | 13 ------------- test/ELF/ppc64-reloc-addr.s | 25 +++++++++++++++++++++++++ test/ELF/x86-64-reloc-16.s | 14 -------------- test/ELF/x86-64-reloc-8-16.s | 25 +++++++++++++++++++++++++ test/ELF/x86-64-reloc-8.s | 14 -------------- 24 files changed, 110 insertions(+), 114 deletions(-) delete mode 100644 test/ELF/Inputs/i386-reloc-16-error.s delete mode 100644 test/ELF/Inputs/i386-reloc-16.s delete mode 100644 test/ELF/Inputs/i386-reloc-8-error.s delete mode 100644 test/ELF/Inputs/i386-reloc-8.s delete mode 100644 test/ELF/Inputs/x86-64-reloc-16-error.s delete mode 100644 test/ELF/Inputs/x86-64-reloc-16.s delete mode 100644 test/ELF/Inputs/x86-64-reloc-8-error.s delete mode 100644 test/ELF/Inputs/x86-64-reloc-8.s delete mode 100644 test/ELF/ppc64-addr16-error.s create mode 100644 test/ELF/ppc64-reloc-addr.s delete mode 100644 test/ELF/x86-64-reloc-16.s create mode 100644 test/ELF/x86-64-reloc-8-16.s delete mode 100644 test/ELF/x86-64-reloc-8.s