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

Moritz Sichert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 27 08:51:31 PDT 2021


MoritzS updated this revision to Diff 369109.
MoritzS added a comment.

Refactored most of the relocation logic into separate functions.

I added the changes from D95512 <https://reviews.llvm.org/D95512> so that the tests won't fail.


Repository:
  rG LLVM Github Monorepo

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

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/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.h
  llvm/test/ExecutionEngine/RuntimeDyld/X86/TLS.s
  llvm/tools/llvm-rtdyld/llvm-rtdyld.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105466.369109.patch
Type: text/x-patch
Size: 28465 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210827/3c0a5e87/attachment.bin>


More information about the llvm-commits mailing list