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

wanglei via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 5 01:45:16 PST 2023


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

remove incorrect comment.


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_ehframe.s
  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.486500.patch
Type: text/x-patch
Size: 41032 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230105/83ed0b2b/attachment-0001.bin>


More information about the llvm-commits mailing list