[PATCH] D13481: [X86] Call locally defined function directly for PIE

Joerg Sonnenberger via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 6 13:47:10 PDT 2015


On Tue, Oct 06, 2015 at 08:07:37PM +0000, H.J Lu via llvm-commits wrote:
> There is no need to use PLT to call locally defined function for PIE
> since locally defined function in PIE can't be preempted.

You mean intercepted, don't you?

Joerg


More information about the llvm-commits mailing list