[PATCH] D18711: Change how we apply rellocations

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 14 09:34:30 PDT 2016


grimar added inline comments.

================
Comment at: ELF/Target.cpp:708
@@ +707,3 @@
+  case R_X86_64_TLSGD:
+    return R_PC;
+  }
----------------
I think R_X86_64_GOTPCRELX and R_X86_64_REX_GOTPCRELX should be here either.


http://reviews.llvm.org/D18711





More information about the llvm-commits mailing list