[PATCH] D62577: [ELF] Implement Local Dynamic style TLSDESC for x86-64

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 30 02:49:14 PDT 2019


MaskRay updated this revision to Diff 202143.
MaskRay marked 4 inline comments as done.
MaskRay retitled this revision from "[ELF] Support Local Dynamic style TLSDESC for x86-64" to "[ELF] Implement Local Dynamic style TLSDESC for x86-64".
MaskRay edited the summary of this revision.
MaskRay added a comment.

Move SymTable::TlsModuleBase to ElfSym::TlsModuleBase and
move the assignment under the `if (S && S->isUndefined())` check as grimar suggested.


Repository:
  rLLD LLVM Linker

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62577/new/

https://reviews.llvm.org/D62577

Files:
  ELF/InputSection.cpp
  ELF/Symbols.cpp
  ELF/Symbols.h
  ELF/Writer.cpp
  test/ELF/x86-64-tlsdesc-ld.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62577.202143.patch
Type: text/x-patch
Size: 5661 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190530/bdac1bcd/attachment-0001.bin>


More information about the llvm-commits mailing list