[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 09:44:02 PDT 2016


rjmccall added a comment.

I like the idea of having a linkage that says that the object is known to be defined within the current linkage unit; that's certainly cleaner than the current workaround, which is just to give a declaration hidden visibility.


http://reviews.llvm.org/D19995





More information about the llvm-commits mailing list