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

Moritz Sichert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 29 23:51:37 PDT 2021


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

Added NOLINT comments to avoid clang-tidy warning for the functions called that
have X86_64 in their name.


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.369380.patch
Type: text/x-patch
Size: 28629 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210830/557e8cf2/attachment.bin>


More information about the llvm-commits mailing list