[PATCH] D16892: [lld] [ELF/AArch64] Add support to some GD/LE/IS TLS relocation

Adhemerval Zanella via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 11 10:55:41 PST 2016


zatrazz added inline comments.

================
Comment at: ELF/Target.cpp:1365-1366
@@ -1319,4 +1364,4 @@
     uint64_t X = SA - P;
     checkInt<21>(X, Type);
-    updateAArch64Adr(Loc, X & 0x1FFFFF);
+    updateAArch64Addr(Loc, X & 0x1FFFFF);
     break;
----------------
You are correct, I will drop this modification.


http://reviews.llvm.org/D16892





More information about the llvm-commits mailing list