[all-commits] [llvm/llvm-project] f40685: [ORC] Remote OrcRemoteTargetClient and OrcRemoteTa...
lhames via All-commits
all-commits at lists.llvm.org
Sun Sep 26 11:35:44 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f40685138ba182fc823f569f6d88b7d3ddf34b9e
https://github.com/llvm/llvm-project/commit/f40685138ba182fc823f569f6d88b7d3ddf34b9e
Author: Lang Hames <lhames at gmail.com>
Date: 2021-09-26 (Sun, 26 Sep 2021)
Changed paths:
R llvm/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h
R llvm/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetRPCAPI.h
R llvm/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetServer.h
Log Message:
-----------
[ORC] Remote OrcRemoteTargetClient and OrcRemoteTargetServer.
Now that the lli and lli-child-target tools have been updated to use
SimpleRemoteEPC (6498b0e991b) the OrcRemoteTarget* APIs are no longer needed.
Once the LLJITWithRemoteDebugging example has been migrated to SimpleRemoteEPC
we will remove OrcRPCExecutorProcessControl, and the ORC RPC system itself.
More information about the All-commits
mailing list