This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from c7e7fedf6 [ELF] Use the Repl point to avoid the segfault when using ICF new 6cf4cff82 Align AArch64 and i386 image base to superpage
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/AArch64.cpp | 4 + ELF/Arch/X86.cpp | 4 + test/ELF/aarch64-abs16.s | 20 +- test/ELF/aarch64-abs32.s | 20 +- test/ELF/aarch64-call26-thunk.s | 10 +- test/ELF/aarch64-condb-reloc.s | 24 +- test/ELF/aarch64-copy.s | 32 +- test/ELF/aarch64-copy2.s | 2 +- test/ELF/aarch64-cortex-a53-843419-large.s | 74 ++-- test/ELF/aarch64-cortex-a53-843419-recognize.s | 490 ++++++++++++------------- test/ELF/aarch64-data-relocs.s | 4 +- test/ELF/aarch64-gnu-ifunc-plt.s | 76 ++-- test/ELF/aarch64-gnu-ifunc.s | 44 +-- test/ELF/aarch64-jump26-thunk.s | 10 +- test/ELF/aarch64-lo12-alignment.s | 8 +- test/ELF/aarch64-prel16.s | 24 +- test/ELF/aarch64-prel32.s | 24 +- test/ELF/aarch64-relocs.s | 50 +-- test/ELF/aarch64-thunk-section-location.s | 8 +- test/ELF/aarch64-tls-gdie.s | 14 +- test/ELF/aarch64-tls-gdle.s | 8 +- test/ELF/aarch64-tls-ie.s | 22 +- test/ELF/aarch64-tls-iele.s | 8 +- test/ELF/aarch64-tls-le.s | 6 +- test/ELF/aarch64-tlsld-ldst.s | 22 +- test/ELF/aarch64-tstbr14-reloc.s | 22 +- test/ELF/aarch64-undefined-weak.s | 24 +- test/ELF/basic-aarch64.s | 16 +- test/ELF/basic32.s | 16 +- test/ELF/gc-sections-implicit-addend.s | 6 +- test/ELF/gnu-ifunc-i386.s | 36 +- test/ELF/gnu-ifunc-plt-i386.s | 60 +-- test/ELF/got-i386.s | 18 +- test/ELF/got32-i386.s | 4 +- test/ELF/got32x-i386.s | 10 +- test/ELF/i386-pc8-pc16-addend.s | 8 +- test/ELF/i386-retpoline-nopic.s | 96 ++--- test/ELF/map-file-i686.s | 24 +- test/ELF/plt-aarch64.s | 72 ++-- test/ELF/plt-i686.s | 64 ++-- test/ELF/relocation-b-aarch64.test | 4 +- test/ELF/relocation-copy-i686.s | 14 +- test/ELF/relocation-i686.s | 30 +- test/ELF/shared.s | 6 +- test/ELF/static-with-export-dynamic.s | 2 +- test/ELF/tls-i686.s | 20 +- test/ELF/tls-opt-gdiele-i686.s | 20 +- test/ELF/tls-opt-i686.s | 32 +- test/ELF/tls-opt-iele-i686-nopic.s | 42 +-- test/ELF/undef-with-plt-addr-i686.s | 4 +- 50 files changed, 833 insertions(+), 825 deletions(-)