[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
Sat Apr 15 10:37:03 PDT 2023


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

Rename test dir from PPC64 to ppc64.

I'm not sure whether this is the right direction, but it makes the naming
consistent with the rest of the patch (lowercase ppc64 everywhere except
include guards and ELF types/values).


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.513928.patch
Type: text/x-patch
Size: 14076 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230415/29ed9418/attachment.bin>


More information about the llvm-commits mailing list