[PATCH] D83669: [PowerPC] Support for R_PPC64_REL24_NOTOC calls where the caller has no TOC and the callee is not DSO local

Victor Huang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 16 08:37:08 PDT 2020


NeHuang updated this revision to Diff 278499.
NeHuang added a comment.

- Added a new plt gep setup stub.
- Updated the test case and checks if the offset `func at plt@pcrel` properly computed.
- Re-based the patch with ToT master and merged in latest changes in https://reviews.llvm.org/D83504


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83669

Files:
  lld/ELF/Arch/PPC64.cpp
  lld/ELF/Thunks.cpp
  lld/test/ELF/Inputs/ppc64-callee-global.s
  lld/test/ELF/ppc64-pcrel-call-to-extern.s
  llvm/include/llvm/Object/ELF.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83669.278499.patch
Type: text/x-patch
Size: 9323 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200716/98327659/attachment.bin>


More information about the llvm-commits mailing list