[PATCH] D116900: [ELF] Support mixed TLSDESC and TLS GD

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 9 14:17:36 PST 2022


MaskRay created this revision.
MaskRay added reviewers: ikudrin, peter.smith.
Herald added subscribers: pengfei, arichardson, emaste.
MaskRay requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

We only support both TLSDESC and TLS GD for x86 so this is an x86-specific
problem. If both are used, only one R_X86_64_TLSDESC is produced and TLS GD
accesses will incorrectly reference R_X86_64_TLSDESC. Fix this by introducing
SymbolAux::tlsDescIdx.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D116900

Files:
  lld/ELF/InputSection.cpp
  lld/ELF/Relocations.cpp
  lld/ELF/Symbols.h
  lld/ELF/SyntheticSections.cpp
  lld/ELF/SyntheticSections.h
  lld/test/ELF/x86-64-tlsdesc-gd-mixed.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D116900.398461.patch
Type: text/x-patch
Size: 4529 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220109/446bc368/attachment.bin>


More information about the llvm-commits mailing list