[PATCH] D19995: Optimize access to global variable references in PIE mode when linker supports copy relocations for PIE
John McCall via llvm-commits
llvm-commits at lists.llvm.org
Fri May 6 11:31:34 PDT 2016
rjmccall added a comment.
The semantic argument against using copy relocations by default is that they hard-code the size of the variable at link time. What's the story here for that?
http://reviews.llvm.org/D19995
More information about the llvm-commits
mailing list