This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from ee9b88653 [lld][WebAssembly] Honor --no-export-dynamic even with -shared new f59d6500c [ELF][PPC] Allow PT_LOAD to have overlapping p_offset ranges new 5d6c4d360 [ELF][AArch64] Allow PT_LOAD to have overlapping p_offset ranges
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/InputSection.cpp | 40 ++-- ELF/Writer.cpp | 69 +++++-- test/ELF/aarch64-abs16.s | 6 +- test/ELF/aarch64-abs32.s | 6 +- test/ELF/aarch64-call26-thunk.s | 10 +- test/ELF/aarch64-condb-reloc.s | 98 +++++----- test/ELF/aarch64-copy.s | 33 ++-- test/ELF/aarch64-cortex-a53-843419-large.s | 2 +- test/ELF/aarch64-cortex-a53-843419-recognize.s | 40 ++-- test/ELF/aarch64-cortex-a53-843419-tlsrelax.s | 12 +- test/ELF/aarch64-data-relocs.s | 7 +- test/ELF/aarch64-feature-bti.s | 244 ++++++++++++------------ test/ELF/aarch64-feature-btipac.s | 128 ++++++------- test/ELF/aarch64-feature-pac.s | 129 +++++++------ test/ELF/aarch64-fpic-got.s | 12 +- test/ELF/aarch64-gnu-ifunc-address.s | 15 +- test/ELF/aarch64-gnu-ifunc-nonpreemptable.s | 36 ++-- test/ELF/aarch64-gnu-ifunc-nonpreemptable2.s | 12 +- test/ELF/aarch64-gnu-ifunc-plt.s | 76 ++++---- test/ELF/aarch64-gnu-ifunc.s | 42 ++-- test/ELF/aarch64-gnu-ifunc2.s | 26 +-- test/ELF/aarch64-got-weak-undef.s | 2 +- test/ELF/aarch64-ifunc-bti.s | 48 ++--- test/ELF/aarch64-jump26-thunk.s | 10 +- test/ELF/aarch64-ldprel-lo19-invalid.s | 2 +- test/ELF/aarch64-lo12-alignment.s | 8 +- test/ELF/aarch64-load-alignment.s | 2 +- test/ELF/aarch64-nopic-plt.s | 2 +- test/ELF/aarch64-prel16.s | 10 +- test/ELF/aarch64-prel32.s | 10 +- test/ELF/aarch64-relative.s | 1 + test/ELF/aarch64-relocs.s | 105 +++++----- test/ELF/aarch64-relro.s | 4 +- test/ELF/aarch64-thunk-section-location.s | 8 +- test/ELF/aarch64-tls-gdie.s | 16 +- test/ELF/aarch64-tls-gdle.s | 8 +- test/ELF/aarch64-tls-ie.s | 16 +- test/ELF/aarch64-tls-le.s | 12 +- test/ELF/aarch64-tls-vaddr-align.s | 31 +++ test/ELF/aarch64-tlsdesc.s | 30 +-- test/ELF/aarch64-tlsld-ldst.s | 22 +-- test/ELF/aarch64-tstbr14-reloc.s | 96 +++++----- test/ELF/aarch64-undefined-weak.s | 22 +-- test/ELF/basic-aarch64.s | 30 +-- test/ELF/basic-ppc64.s | 62 +++--- test/ELF/global-offset-table-position-aarch64.s | 2 +- test/ELF/pack-dyn-relocs-loop.s | 2 +- test/ELF/pack-dyn-relocs.s | 184 +++++++++--------- test/ELF/plt-aarch64.s | 163 +++++++--------- test/ELF/ppc64-abs64-dyn.s | 8 +- test/ELF/ppc64-bsymbolic-toc-restore.s | 2 +- test/ELF/ppc64-call-reach.s | 26 +-- test/ELF/ppc64-dq.s | 6 +- test/ELF/ppc64-dtprel.s | 10 +- test/ELF/ppc64-entry-point.s | 18 +- test/ELF/ppc64-error-missaligned-dq.s | 4 +- test/ELF/ppc64-error-missaligned-ds.s | 4 +- test/ELF/ppc64-func-entry-points.s | 22 +-- test/ELF/ppc64-ifunc.s | 32 ++-- test/ELF/ppc64-local-dynamic.s | 4 +- test/ELF/ppc64-long-branch-localentry-offset.s | 2 +- test/ELF/ppc64-long-branch.s | 12 +- test/ELF/ppc64-plt-stub.s | 12 +- test/ELF/ppc64-rel-calls.s | 20 +- test/ELF/ppc64-reloc-rel.s | 10 +- test/ELF/ppc64-relocs.s | 18 +- test/ELF/ppc64-shared-long_branch.s | 15 +- test/ELF/ppc64-tls-gd.s | 16 +- test/ELF/ppc64-tls-ie.s | 8 +- test/ELF/ppc64-tls-vaddr-align.s | 34 ++++ test/ELF/ppc64-toc-addis-nop-lqsq.s | 1 + test/ELF/ppc64-toc-addis-nop.s | 73 +++---- test/ELF/ppc64-toc-rel.s | 15 +- test/ELF/ppc64-toc-relax-constants.s | 16 +- test/ELF/ppc64-toc-relax-ifunc.s | 10 +- test/ELF/ppc64-toc-relax-jumptable.s | 8 +- test/ELF/ppc64-toc-relax.s | 30 +-- test/ELF/ppc64-toc-restore-recursive-call.s | 6 +- test/ELF/ppc64-toc-restore.s | 22 +-- test/ELF/ppc64-weak-undef-call.s | 6 +- test/ELF/pr34660.s | 6 +- test/ELF/relocation-b-aarch64.test | 6 +- test/ELF/relro-copyrel-bss-script.s | 19 +- 83 files changed, 1273 insertions(+), 1179 deletions(-) create mode 100644 test/ELF/aarch64-tls-vaddr-align.s create mode 100644 test/ELF/ppc64-tls-vaddr-align.s