[PATCH] D155926: [JITLink][PowerPC] Add basic TLS support for ppc64

Kai Luo via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 26 01:32:50 PDT 2023


lkail updated this revision to Diff 544256.
lkail retitled this revision from "[JITLink][PowerPC][WIP] Add basic TLS support for ppc64" to "[JITLink][PowerPC] Add basic TLS support for ppc64".
lkail edited the summary of this revision.
lkail added reviewers: PowerPC, lhames, qiucf, tingwang, amyk, stefanp, MaskRay.

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D155926

Files:
  compiler-rt/cmake/Modules/AllSupportedArchDefs.cmake
  compiler-rt/lib/orc/CMakeLists.txt
  compiler-rt/lib/orc/elfnix_tls.ppc64.S
  compiler-rt/test/orc/TestCases/Linux/ppc64/lit.local.cfg.py
  compiler-rt/test/orc/TestCases/Linux/ppc64/trivial-tls.S
  llvm/include/llvm/ExecutionEngine/JITLink/ppc64.h
  llvm/lib/ExecutionEngine/JITLink/ELF_ppc64.cpp
  llvm/lib/ExecutionEngine/JITLink/ppc64.cpp
  llvm/lib/ExecutionEngine/Orc/ELFNixPlatform.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D155926.544256.patch
Type: text/x-patch
Size: 11571 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230726/54db7532/attachment.bin>


More information about the llvm-commits mailing list