[PATCH] D60945: [ELF][X86] Allow R_386_TLS_LDO_32 and R_X86_64_DTPOFF{32,64} to preemptable local-dynamic symbols
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Apr 21 23:03:14 PDT 2019
MaskRay marked an inline comment as done.
MaskRay added inline comments.
================
Comment at: ELF/InputSection.cpp:618
case R_RELAX_GOT_PC_NOPIC:
return Sym.getVA(A);
+ case R_DTPREL:
----------------
ruiu wrote:
> I mean you could merge with this expression as this is the same expression as yours.
It will be changed. In PPC64 and MIPS there is an offset.
Repository:
rLLD LLVM Linker
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60945/new/
https://reviews.llvm.org/D60945
More information about the llvm-commits
mailing list