[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
Fri Jul 24 09:58:25 PDT 2020


NeHuang updated this revision to Diff 280506.
NeHuang marked 6 inline comments as done.
NeHuang added a comment.

Thank you all for the review!

- Addressed the nits and update the test case.
- Combined `ppc64-callee-global.s` with `ppc64-pcrel-call-to-extern.s` using `extract`.


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/ppc64-pcrel-call-to-extern.s
  llvm/include/llvm/Object/ELF.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83669.280506.patch
Type: text/x-patch
Size: 9054 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200724/3b0af1b5/attachment.bin>


More information about the llvm-commits mailing list