1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/tools/lli
Stefan Gränitz b608c4e35f Re-apply "[lli] Make -jit-kind=orc the default JIT engine"
MCJIT served well as the default JIT engine in lli for a long time, but the code is getting old and maintenance efforts don't seem to be in sight. In the meantime Orc became mature enough to fill that gap. The newly added greddy mode is very similar to the execution model of MCJIT. It should work as a drop-in replacement for common JIT tasks.

Reviewed By: lhames

Differential Revision: https://reviews.llvm.org/D98931
2021-03-30 12:08:26 +02:00
..
ChildTarget [ORC] Move Orc RPC code into Shared, rename some RPC types. 2020-12-30 12:48:20 +11:00
CMakeLists.txt [lli] Add JITLink link component after 99a6d003edbe 2021-03-03 23:14:26 +01:00
ExecutionUtils.cpp [lli] Test debug support in RuntimeDyld with built-in functions 2021-03-02 10:39:09 +01:00
ExecutionUtils.h [lli] Test debug support in RuntimeDyld with built-in functions 2021-03-02 10:39:09 +01:00
lli.cpp Re-apply "[lli] Make -jit-kind=orc the default JIT engine" 2021-03-30 12:08:26 +02:00
RemoteJITUtils.h [ORC] Move Orc RPC code into Shared, rename some RPC types. 2020-12-30 12:48:20 +11:00