[PATCH] D14713: [ELF2] - Optimization for R_X86_64_GOTTPOFF relocation.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 17 09:54:12 PST 2015


grimar added a comment.

In http://reviews.llvm.org/D14713#291058, @grimar wrote:

> I rewrited the code to simplify it and removed special handling for rsp for now. I think we can add that if it will be needed later.


Or I can insert the fixed (in compare with gold/bfd) check affecting only rsp, but that will enlarge the void X86_64TargetInfo::relocateTlsOptimize()


http://reviews.llvm.org/D14713





More information about the llvm-commits mailing list