[PATCH] D156399: [Orc] Enable ELFNixPlatform support for ppc64le

Kai Luo via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 27 00:47:12 PDT 2023


lkail created this revision.
lkail added reviewers: PowerPC, lhames, StephenFan.
Herald added subscribers: Enna1, shchenz, kbarton, hiraditya, nemanjai.
Herald added a project: All.
lkail requested review of this revision.
Herald added projects: Sanitizers, LLVM.
Herald added subscribers: llvm-commits, Sanitizers.

Since jitlink for ppc64le is ready for general use, test cases in compiler-rt for ELFNixPlatform support can be enabled.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D156399

Files:
  compiler-rt/cmake/Modules/AllSupportedArchDefs.cmake
  compiler-rt/test/orc/TestCases/Linux/ppc64/ehframe-default.cpp
  compiler-rt/test/orc/TestCases/Linux/ppc64/ehframe-libunwind.cpp
  compiler-rt/test/orc/TestCases/Linux/ppc64/lit.local.cfg.py
  compiler-rt/test/orc/TestCases/Linux/ppc64/lljit-ehframe.cpp
  compiler-rt/test/orc/TestCases/Linux/ppc64/lljit-initialize-deinitialize.ll
  compiler-rt/test/orc/TestCases/Linux/ppc64/priority-static-initializer.S
  compiler-rt/test/orc/TestCases/Linux/ppc64/trivial-atexit.S
  compiler-rt/test/orc/TestCases/Linux/ppc64/trivial-cxa-atexit.S
  compiler-rt/test/orc/TestCases/Linux/ppc64/trivial-static-initializer.S
  compiler-rt/test/orc/TestCases/Linux/ppc64/trivial-tls.S
  llvm/lib/ExecutionEngine/JITLink/ELF_ppc64.cpp
  llvm/lib/ExecutionEngine/Orc/ELFNixPlatform.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D156399.544634.patch
Type: text/x-patch
Size: 16736 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230727/a5b9e417/attachment.bin>


More information about the llvm-commits mailing list