[PATCH] D15779: [ELF] - Implemented optimization for R_X86_64_GOTPCREL relocation.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 19 08:36:10 PST 2016


grimar added a comment.

In http://reviews.llvm.org/D15779#330019, @rafael wrote:

> One thing to keep in mind is the possibility of overflow (https://sourceware.org/bugzilla/show_bug.cgi?id=18591). No need to handle it now since llvm is also broken (pr	26208). I will try to fix the LLVM, at which point we should probably check for overflows in lld.


That is interesting issue, thaks for info.


http://reviews.llvm.org/D15779





More information about the llvm-commits mailing list