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

luxufan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 12 23:36:35 PDT 2021


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGff6069b89114: [JITLink] Add initial native TLS support to ELFNix platform (authored by StephenFan).
Herald added a subscriber: emaste.

Changed prior to commit:
  https://reviews.llvm.org/D109293?vs=371778&id=372172#toc

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/FreeBSD/x86-64/trivial-tls.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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109293.372172.patch
Type: text/x-patch
Size: 25329 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210913/2f765ae7/attachment.bin>


More information about the llvm-commits mailing list