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

Joerg Sonnenberger via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 23 06:46:21 PDT 2017


joerg added a comment.

Even a full static binary will have a PLT when IFUNC is used. As such, a linker has to deal with conversion between direct and PLT branches anyway.


https://reviews.llvm.org/D38554





More information about the llvm-commits mailing list