[ORC] Remote OrcRemoteTargetClient and OrcRemoteTargetServer.
authorLang Hames <lhames@gmail.com>
Sun, 26 Sep 2021 18:02:37 +0000 (11:02 -0700)
committerLang Hames <lhames@gmail.com>
Sun, 26 Sep 2021 18:32:51 +0000 (11:32 -0700)
commitf40685138ba182fc823f569f6d88b7d3ddf34b9e
treee8baa206689991c0cfbd2cbccf83efbc1c0d5065
parenta12c0d5ea66a1059333b9b8ea364e9301c1413c5
[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.
llvm/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h [deleted file]
llvm/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetRPCAPI.h [deleted file]
llvm/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetServer.h [deleted file]