[PATCH] D19995: Optimize access to global variable references in PIE mode when linker supports copy relocations for PIE

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Fri May 6 09:44:11 PDT 2016


On 6 May 2016 at 12:42, John McCall <rjmccall at gmail.com> wrote:
> rjmccall added a comment.
>
> Can you explain how "preemptable" is different from "weak"?

static versus dynamic linker. It is a static link error two include
two .o files with preemtable linkage.

Cheers,
Rafael


More information about the llvm-commits mailing list