[PATCH] D105466: [RuntimeDyld] Implemented relocation of TLS symbols in ELF

Moritz Sichert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 6 02:10:06 PDT 2021


MoritzS created this revision.
MoritzS added a reviewer: lhames.
Herald added a subscriber: hiraditya.
MoritzS requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

The tests use a GOTPC32 relocation which is implemented in D95512 <https://reviews.llvm.org/D95512>. So, they
will fail for now.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D105466

Files:
  llvm/include/llvm/ExecutionEngine/RuntimeDyld.h
  llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
  llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
  llvm/test/ExecutionEngine/RuntimeDyld/X86/TLS.s
  llvm/tools/llvm-rtdyld/llvm-rtdyld.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105466.356634.patch
Type: text/x-patch
Size: 26979 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210706/82ae262f/attachment.bin>


More information about the llvm-commits mailing list