llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess
Lang Hames 6498b0e991 Reintroduce "[ORC] Introduce EPCGenericRTDyldMemoryManager."
This reintroduces "[ORC] Introduce EPCGenericRTDyldMemoryManager."
(bef55a2b47) and "[lli] Add ChildTarget dependence
on OrcTargetProcess library." (7a219d801b) which were
reverted in 99951a5684 due to bot failures.

The root cause of the bot failures should be fixed by "[ORC] Fix uninitialized
variable." (0371049277) and "[ORC] Wait for
handleDisconnect to complete in SimpleRemoteEPC::disconnect."
(320832cc9b).
2021-09-27 03:24:33 +10:00
..
CMakeLists.txt [ORC] Introduce EPCGenericDylibManager / SimpleExecutorDylibManager. 2021-09-23 19:59:35 -07:00
JITLoaderGDB.cpp [ORC] Rename ExecutorAddress to ExecutorAddr. 2021-09-23 20:35:17 -07:00
OrcRTBootstrap.cpp Reintroduce "[ORC] Introduce EPCGenericRTDyldMemoryManager." 2021-09-27 03:24:33 +10:00
OrcRTBootstrap.h [ORC] Rename ExecutorAddress to ExecutorAddr. 2021-09-23 20:35:17 -07:00
RegisterEHFrames.cpp Reintroduce "[ORC] Introduce EPCGenericRTDyldMemoryManager." 2021-09-27 03:24:33 +10:00
SimpleExecutorDylibManager.cpp [ORC] Rename ExecutorAddress to ExecutorAddr. 2021-09-23 20:35:17 -07:00
SimpleExecutorMemoryManager.cpp Reintroduce "[ORC] Introduce EPCGenericRTDyldMemoryManager." 2021-09-27 03:24:33 +10:00
SimpleRemoteEPCServer.cpp [ORC][llvm-jitlink] Add debugging output to SimpleRemoteEPC (and Server). 2021-09-26 10:00:29 -07:00
TargetExecutionUtils.cpp