This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from b6871c4 [cmake] Obtain LLVM_CMAKE_PATH from llvm-config new 3824cad ELF: Place relro sections after non-relro sections in r/w segment. new db71377 ELF: Reserve space for copy relocations of read-only symbols [...]
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/OutputSections.h | 2 + ELF/Relocations.cpp | 34 +++++++++++--- ELF/Symbols.cpp | 16 ++++++- ELF/Symbols.h | 11 ++++- ELF/SyntheticSections.cpp | 8 ++-- ELF/Writer.cpp | 53 +++++++++++++-------- test/ELF/Inputs/copy-rel-pie.s | 2 + test/ELF/Inputs/relocation-copy-relro.s | 13 ++++++ test/ELF/aarch64-condb-reloc.s | 18 ++++---- test/ELF/aarch64-gnu-ifunc-plt.s | 76 +++++++++++++++---------------- test/ELF/aarch64-tstbr14-reloc.s | 14 +++--- test/ELF/amdgpu-relocs.s | 4 +- test/ELF/arm-abs32-dyn.s | 4 +- test/ELF/arm-exidx-shared.s | 2 +- test/ELF/arm-fpic-got.s | 8 ++-- test/ELF/arm-gnu-ifunc-plt.s | 30 ++++++------ test/ELF/arm-pie-relative.s | 4 +- test/ELF/arm-plt-reloc.s | 24 +++++----- test/ELF/arm-thumb-interwork-shared.s | 6 +-- test/ELF/arm-thumb-plt-reloc.s | 24 +++++----- test/ELF/arm-tls-norelax-gd-ie.s | 6 +-- test/ELF/arm-tls-norelax-gd-le.s | 2 +- test/ELF/arm-tls-norelax-ie-le.s | 4 +- test/ELF/arm-tls-norelax-ld-le.s | 2 +- test/ELF/basic-mips.s | 36 +++++++-------- test/ELF/basic64be.s | 62 ++++++++++++------------- test/ELF/combrelocs.s | 20 ++++---- test/ELF/copy-rel-pie.s | 10 ++-- test/ELF/dynamic-reloc-index.s | 2 +- test/ELF/dynamic-reloc.s | 2 +- test/ELF/gnu-ifunc-plt-i386.s | 24 +++++----- test/ELF/gnu-ifunc-plt.s | 28 ++++++------ test/ELF/gnu-ifunc-shared.s | 16 +++---- test/ELF/got-aarch64.s | 6 +-- test/ELF/got-plt-header.s | 20 ++++---- test/ELF/gotpc-relax-nopic.s | 24 +++++----- test/ELF/i386-merge.s | 4 +- test/ELF/linkerscript/orphan.s | 10 ++-- test/ELF/linkerscript/repsection-symbol.s | 6 +-- test/ELF/linkerscript/sort-non-script.s | 2 +- test/ELF/lto/undefined-puts.ll | 2 +- test/ELF/lto/visibility.ll | 2 +- test/ELF/mips-26.s | 4 +- test/ELF/mips-32.s | 16 +++---- test/ELF/mips-64-disp.s | 18 ++++---- test/ELF/mips-64-got.s | 18 ++++---- test/ELF/mips-64.s | 12 ++--- test/ELF/mips-dynamic.s | 18 ++++---- test/ELF/mips-got-and-copy.s | 12 ++--- test/ELF/mips-got-extsym.s | 4 +- test/ELF/mips-got-hilo.s | 12 ++--- test/ELF/mips-got-redundant.s | 16 +++---- test/ELF/mips-got-relocs.s | 28 ++++++------ test/ELF/mips-got-weak.s | 40 ++++++++-------- test/ELF/mips-got16.s | 40 ++++++++-------- test/ELF/mips-gp-ext.s | 12 ++--- test/ELF/mips-gp-lowest.s | 2 +- test/ELF/mips-hilo-gp-disp.s | 28 ++++++------ test/ELF/mips-hilo.s | 10 ++-- test/ELF/mips-options.s | 4 +- test/ELF/mips-pc-relocs.s | 4 +- test/ELF/mips-plt-r6.s | 4 +- test/ELF/mips-tls-64.s | 22 ++++----- test/ELF/mips-tls-static-64.s | 4 +- test/ELF/mips-tls-static.s | 8 ++-- test/ELF/mips-tls.s | 18 ++++---- test/ELF/mips-xgot-order.s | 6 +-- test/ELF/plt-aarch64.s | 64 +++++++++++++------------- test/ELF/plt-i686.s | 36 +++++++-------- test/ELF/plt.s | 38 ++++++++-------- test/ELF/ppc64-relocs.s | 4 +- test/ELF/ppc64-shared-rel-toc.s | 6 +-- test/ELF/ppc64-toc-restore.s | 2 +- test/ELF/rel-offset.s | 4 +- test/ELF/relative-dynamic-reloc-pie.s | 6 +-- test/ELF/relative-dynamic-reloc-ppc64.s | 4 +- test/ELF/relative-dynamic-reloc.s | 4 +- test/ELF/relocation-copy-flags.s | 12 ++--- test/ELF/relocation-copy-relro.s | 32 +++++++++++++ test/ELF/relocation-i686.s | 6 +-- test/ELF/relocation-non-alloc.s | 12 ++--- test/ELF/relocation.s | 22 ++++----- test/ELF/section-layout.s | 4 +- test/ELF/section-name.s | 12 ++--- test/ELF/sort-norosegment.s | 2 +- test/ELF/startstop.s | 12 ++--- test/ELF/synthetic-got.s | 22 ++++----- test/ELF/tls-dynamic-i686.s | 21 ++++----- test/ELF/tls-dynamic.s | 20 ++++---- test/ELF/tls-offset.s | 4 +- test/ELF/undef-with-plt-addr.s | 4 +- test/ELF/undefined-versioned-symbol.s | 6 +-- test/ELF/x86-64-tls-gd-local.s | 10 ++-- 93 files changed, 740 insertions(+), 632 deletions(-) create mode 100644 test/ELF/Inputs/relocation-copy-relro.s create mode 100644 test/ELF/relocation-copy-relro.s