llvm-project/llvm/lib/ExecutionEngine/Orc/Shared
Lang Hames 17a0858f9d [ORC] Propagate errors to handlers when sendMessage fails.
In SimpleRemoteEPC, calls to from callWrapperAsync to sendMessage may fail.
The handlers may or may not be sent failure messages by handleDisconnect,
depending on when that method is run. This patch adds a check for an un-failed
handler, and if it finds one sends it a failure message.
2021-10-11 14:23:50 -07:00
..
CMakeLists.txt [ORC] Remove ORC RPC. 2021-10-01 11:17:33 -07:00
OrcError.cpp [ORC] Move OrcError.h to include/llvm/ExecutionEngine/Orc/Shared. 2021-01-19 16:18:00 +11:00
OrcRTBridge.cpp Reintroduce "[ORC] Introduce EPCGenericRTDyldMemoryManager." 2021-09-27 03:24:33 +10:00
SimpleRemoteEPCUtils.cpp [ORC] Propagate errors to handlers when sendMessage fails. 2021-10-11 14:23:50 -07:00