[PATCH] D38554: Fixed ppc32 function relocations in non-pic mode

Joerg Sonnenberger via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 22 09:06:27 PDT 2017


joerg requested changes to this revision.
joerg added a comment.
This revision now requires changes to proceed.

The existing code works fine. What you have demonstrated so far is more an issue with lld and not a problem in the code. GNU ld is perfectly fine with translating the PLT references to direct calls. As such, I see no need for changes here.


https://reviews.llvm.org/D38554





More information about the llvm-commits mailing list