[PATCH] D82816: [LLD][PowerPC] Implement R_PPC64_REL24_NOTOC calls, callee also has no TOC

Sean Fertile via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 8 10:28:54 PDT 2020


sfertile added a comment.

I think we are really close now. I would suggest having a second lit test, which we link into either a static exec or pie exec which has calls using the R_PPC64_REL24_NOTOC relocation to symbols with global linkage and default visibility.  I think it can be done with a single file (ie define all the callers and callees in the same file, no need for a second input file).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D82816





More information about the llvm-commits mailing list