mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
ed003a9a79
In the existing OrcLazy mode, modules go through partitioning and outgoing calls are replaced by reexport stubs that resolve on call-through. In greedy mode that this patch unlocks for lli, modules materialize as a whole and trigger materialization for all required symbols recursively. This is useful for testing (e.g. D98785) and it's more similar to the way MCJIT works. |
||
---|---|---|
.. | ||
ChildTarget | ||
CMakeLists.txt | ||
ExecutionUtils.cpp | ||
ExecutionUtils.h | ||
lli.cpp | ||
RemoteJITUtils.h |