[PATCH] D15494: [ELF] - implemented @indntpoff (x86) relocation and its optimization.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 14 07:33:42 PST 2015


grimar added inline comments.

================
Comment at: ELF/OutputSections.cpp:281
@@ -282,2 +280,3 @@
+    P->setSymbolAndType(Sym, Rel, Config->Mips64EL);
 
     if (NeedsGot) {
----------------
Changes above mostly belongs to dependency patch http://reviews.llvm.org/D15453.
The difference is that IsDynRelative was added to conditions.


http://reviews.llvm.org/D15494





More information about the llvm-commits mailing list