[PATCH] D18026: [lld] [ELF/AArch64] Fix TLS IE to LE relax for local symbols
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 9 22:10:57 PST 2016
ruiu added inline comments.
================
Comment at: ELF/Target.cpp:1531
@@ -1531,3 +1530,3 @@
case R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC:
- relocateTlsIeToLe(Type, Loc, BufEnd, P, S->getVA<ELF64LE>());
+ relocateTlsIeToLe(Type, Loc, BufEnd, P, SA);
return 0;
----------------
What is this change for?
Repository:
rL LLVM
http://reviews.llvm.org/D18026
More information about the llvm-commits
mailing list