[PATCH] D109293: [JITLink][WIP] Add initial native TLS support to ELFNix platform

luxufan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 9 21:12:45 PDT 2021


StephenFan updated this revision to Diff 371777.
StephenFan added a comment.

1. Fix typo
2. Rename TLS Descriptor to TLS Info entry
3. Add PerGraphTLSInfoEntryBuilder pass to create and manage the TLS relative data structure
4. Add test file trivial-tls.S
5. Address @MoritzS 's comments


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109293

Files:
  compiler-rt/lib/orc/CMakeLists.txt
  compiler-rt/lib/orc/elfnix_platform.cpp
  compiler-rt/lib/orc/elfnix_tls.x86-64.S
  compiler-rt/test/orc/TestCases/Linux/x86-64/trivial-tls.S
  llvm/include/llvm/ExecutionEngine/JITLink/ELF_x86_64.h
  llvm/include/llvm/ExecutionEngine/JITLink/x86_64.h
  llvm/include/llvm/ExecutionEngine/Orc/ELFNixPlatform.h
  llvm/lib/ExecutionEngine/JITLink/ELFLinkGraphBuilder.h
  llvm/lib/ExecutionEngine/JITLink/ELF_x86_64.cpp
  llvm/lib/ExecutionEngine/JITLink/PerGraphTLSInfoEntryBuilder.h
  llvm/lib/ExecutionEngine/Orc/ELFNixPlatform.cpp
  llvm/lib/ExecutionEngine/RuntimeDyld/JITSymbol.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109293.371777.patch
Type: text/x-patch
Size: 23639 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210910/6d8c60eb/attachment.bin>


More information about the llvm-commits mailing list