[PATCH] D141036: [JITLink] Add an initial implementation of JITLink for ELF/LoongArch

wanglei via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 17 22:30:03 PST 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG28b6f38d0a84: [JITLink] Add an initial implementation of JITLink for ELF/LoongArch (authored by wangleiat).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D141036

Files:
  llvm/include/llvm/ExecutionEngine/JITLink/ELF_loongarch.h
  llvm/include/llvm/ExecutionEngine/JITLink/loongarch.h
  llvm/lib/ExecutionEngine/JITLink/CMakeLists.txt
  llvm/lib/ExecutionEngine/JITLink/ELF.cpp
  llvm/lib/ExecutionEngine/JITLink/ELF_loongarch.cpp
  llvm/lib/ExecutionEngine/JITLink/loongarch.cpp
  llvm/lib/Target/LoongArch/TargetInfo/LoongArchTargetInfo.cpp
  llvm/test/ExecutionEngine/JITLink/LoongArch/ELF_loongarch32_relocations.s
  llvm/test/ExecutionEngine/JITLink/LoongArch/ELF_loongarch64_ehframe.s
  llvm/test/ExecutionEngine/JITLink/LoongArch/ELF_loongarch64_relocations.s
  llvm/test/ExecutionEngine/JITLink/LoongArch/lit.local.cfg

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141036.490040.patch
Type: text/x-patch
Size: 38621 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230118/1ce3ef3a/attachment.bin>


More information about the llvm-commits mailing list