[PATCH] D64906: [ELF][PPC] Allow PT_LOAD to have overlapping p_offset ranges

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 21 22:52:29 PDT 2019


MaskRay updated this revision to Diff 211021.
MaskRay added a comment.

Fix gcc 8 -Wparentheses

Passed stage 2 check-llvm check-clang check-lld on a powerpc64le machine


Repository:
  rLLD LLVM Linker

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

https://reviews.llvm.org/D64906

Files:
  ELF/InputSection.cpp
  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-tls-vaddr-align.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.211021.patch
Type: text/x-patch
Size: 56791 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190722/6d43ca3a/attachment.bin>


More information about the llvm-commits mailing list