[PATCH] D62577: [ELF] Support Local Dynamic style TLSDESC for x86-64
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 30 02:12:54 PDT 2019
ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.
LGTM with this change.
================
Comment at: ELF/SymbolTable.h:63
+ // The special TLS symbol _TLS_MODULE_BASE_ on targets that support TLSDESC.
+ const Symbol *TlsModuleBase = nullptr;
+
----------------
We store this kind of symbol to ElfSym defined in Symbols.h. Please move.
Repository:
rLLD LLVM Linker
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62577/new/
https://reviews.llvm.org/D62577
More information about the llvm-commits
mailing list