[PATCH] D62464: [PPC32] Improve 32-bit PowerPC

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 5 03:29:39 PDT 2019


MaskRay updated this revision to Diff 203113.
MaskRay retitled this revision from "[PPC32] Improve 32-bit PowerPC: many applications linked against musl may work with this patch" to "[PPC32] Improve 32-bit PowerPC".
MaskRay edited the summary of this revision.
MaskRay edited reviewers, added: grimar, ruiu; removed: espindola.
MaskRay edited subscribers, added: kib; removed: ruiu.
MaskRay added a comment.
Herald added a subscriber: krytarowski.
Herald added a reviewer: espindola.

Ready for review.

Many -no-pie/-pie/-shared linked against musl or glibc should work now.


Repository:
  rLLD LLVM Linker

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

https://reviews.llvm.org/D62464

Files:
  ELF/Arch/PPC.cpp
  ELF/InputFiles.h
  ELF/InputSection.cpp
  ELF/Options.td
  ELF/Relocations.cpp
  ELF/Relocations.h
  ELF/SyntheticSections.cpp
  ELF/SyntheticSections.h
  ELF/Thunks.cpp
  ELF/Thunks.h
  ELF/Writer.cpp
  test/ELF/basic-ppc.s
  test/ELF/ppc-rela.s
  test/ELF/ppc-relocs.s
  test/ELF/ppc32-abs-pic.s
  test/ELF/ppc32-call-stub-nopic.s
  test/ELF/ppc32-call-stub-pic.s
  test/ELF/ppc32-local-branch.s
  test/ELF/ppc32-reloc-addr.s
  test/ELF/ppc32-reloc-got.s
  test/ELF/ppc32-reloc-rel.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62464.203113.patch
Type: text/x-patch
Size: 56133 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190605/67483fa1/attachment-0001.bin>


More information about the llvm-commits mailing list