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

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Thu May 19 03:55:48 PDT 2016


grimar added inline comments.

================
Comment at: ELF/Target.cpp:529
@@ -509,3 +528,3 @@
   case R_X86_64_TPOFF32:
     return R_TLS;
   case R_X86_64_TLSLD:
----------------
Something *not* mentioned, I mean.


http://reviews.llvm.org/D15779





More information about the llvm-commits mailing list