[all-commits] [llvm/llvm-project] 7d9039: [JITLink][PowerPC][RFC] Make JITLink default in LL...
Kai Luo via All-commits
all-commits at lists.llvm.org
Sun Sep 17 19:18:45 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7d9039e11d3f251339ab5d102fcb535754942bda
https://github.com/llvm/llvm-project/commit/7d9039e11d3f251339ab5d102fcb535754942bda
Author: Kai Luo <lkail at cn.ibm.com>
Date: 2023-09-18 (Mon, 18 Sep 2023)
Changed paths:
M llvm/lib/ExecutionEngine/Orc/LLJIT.cpp
Log Message:
-----------
[JITLink][PowerPC][RFC] Make JITLink default in LLJIT for ppc64 elfv2abi
JITLink for ppc64 has implemented all relocations implemented in rtdyld for ppc64 and has passed all existed lit tests and unittests in llvm/clang/compiler-rt. I propose making JITLink for ppc64 default in LLJIT.
Reviewed By: lhames
Differential Revision: https://reviews.llvm.org/D159175
More information about the All-commits
mailing list