[PATCH] D64906: [ELF][PPC] Allow overlapping PT_LOAD (keep p_offset ranges adjacent) to decrease file size

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 18 09:31:13 PDT 2019


MaskRay updated this revision to Diff 210604.
MaskRay added reviewers: grimar, mcgrathr, pcc, peter.smith, phosek, ruiu.
MaskRay added a comment.

Ready for review.


Repository:
  rLLD LLVM Linker

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64906/new/

https://reviews.llvm.org/D64906

Files:
  ELF/Writer.cpp
  test/ELF/basic-ppc64.s
  test/ELF/ppc64-abs64-dyn.s
  test/ELF/ppc64-bsymbolic-toc-restore.s
  test/ELF/ppc64-call-reach.s
  test/ELF/ppc64-dq.s
  test/ELF/ppc64-dtprel.s
  test/ELF/ppc64-entry-point.s
  test/ELF/ppc64-error-missaligned-dq.s
  test/ELF/ppc64-error-missaligned-ds.s
  test/ELF/ppc64-func-entry-points.s
  test/ELF/ppc64-ifunc.s
  test/ELF/ppc64-local-dynamic.s
  test/ELF/ppc64-long-branch-localentry-offset.s
  test/ELF/ppc64-long-branch.s
  test/ELF/ppc64-plt-stub.s
  test/ELF/ppc64-rel-calls.s
  test/ELF/ppc64-relocs.s
  test/ELF/ppc64-shared-long_branch.s
  test/ELF/ppc64-tls-gd.s
  test/ELF/ppc64-tls-ie.s
  test/ELF/ppc64-toc-addis-nop-lqsq.s
  test/ELF/ppc64-toc-addis-nop.s
  test/ELF/ppc64-toc-rel.s
  test/ELF/ppc64-toc-relax-constants.s
  test/ELF/ppc64-toc-relax-jumptable.s
  test/ELF/ppc64-toc-relax.s
  test/ELF/ppc64-toc-restore-recursive-call.s
  test/ELF/ppc64-toc-restore.s
  test/ELF/ppc64-weak-undef-call.s
  test/ELF/relro-copyrel-bss-script.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64906.210604.patch
Type: text/x-patch
Size: 49179 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190718/e8ece419/attachment-0001.bin>


More information about the llvm-commits mailing list