[PATCH] D148192: [JITLink][ELF][PPC64] Add skeleton ppc64 support and ELF/ppc64 JITLink backend.

Lang Hames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 13 11:45:42 PDT 2023


lhames updated this revision to Diff 513322.
lhames added a comment.

Add missing lit.cfg.py to llvm/test/ExecutionEngine/JITLink/PPC64 to prevent
ppc64 tests from running when the PowerPC target isn't enabled.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D148192

Files:
  llvm/include/llvm/ExecutionEngine/JITLink/ELF_ppc64.h
  llvm/include/llvm/ExecutionEngine/JITLink/ppc64.h
  llvm/lib/ExecutionEngine/JITLink/CMakeLists.txt
  llvm/lib/ExecutionEngine/JITLink/ELF.cpp
  llvm/lib/ExecutionEngine/JITLink/ELF_ppc64.cpp
  llvm/lib/ExecutionEngine/JITLink/ppc64.cpp
  llvm/test/ExecutionEngine/JITLink/PPC64/lit.local.cfg
  llvm/test/ExecutionEngine/JITLink/PPC64/ppc64le-no-relocs.s
  llvm/test/ExecutionEngine/lit.local.cfg

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148192.513322.patch
Type: text/x-patch
Size: 14106 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230413/1a32fa0b/attachment.bin>


More information about the llvm-commits mailing list