[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 01:25:19 PST 2023


wangleiat updated this revision to Diff 489733.
wangleiat added a comment.

Address xen0n's comments and rebase.


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.489733.patch
Type: text/x-patch
Size: 38621 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230117/f98bb106/attachment.bin>


More information about the llvm-commits mailing list