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

Moritz Sichert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 28 03:39:49 PDT 2021


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

Require x86_64-linux for the TLS test as the execution in llvm-rtdyld is
ifdef'd only for __x86_64__ and __ELF__.


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.369244.patch
Type: text/x-patch
Size: 28525 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210828/26f2740c/attachment-0001.bin>


More information about the llvm-commits mailing list