lli: Factor portable messaging into a new RPCChannel facility
authorAlp Toker <alp@nuanti.com>
Thu, 23 Jan 2014 22:19:45 +0000 (22:19 +0000)
committerAlp Toker <alp@nuanti.com>
Thu, 23 Jan 2014 22:19:45 +0000 (22:19 +0000)
commit2a02d4bee3f683180a40b65a2c3833ceb64236c3
tree89a2e96aafd4f6e946fa8c0f812d07f64c21501f
parent2f49a7b24b4adfed31855edeb9d1b3f0386c188b
lli: Factor portable messaging into a new RPCChannel facility

The client and server now use a single unified low-level RPC core built around
LLVM's existing cross-platform abstractions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199947 91177308-0d34-0410-b5e6-96231b3b80d8
tools/lli/ChildTarget/ChildTarget.cpp
tools/lli/ChildTarget/Unix/ChildTarget.inc [deleted file]
tools/lli/ChildTarget/Windows/ChildTarget.inc [deleted file]
tools/lli/RPCChannel.h [new file with mode: 0644]
tools/lli/RemoteTargetExternal.cpp
tools/lli/RemoteTargetExternal.h
tools/lli/Unix/RPCChannel.inc [new file with mode: 0644]
tools/lli/Unix/RemoteTargetExternal.inc [deleted file]
tools/lli/Windows/RPCChannel.inc [new file with mode: 0644]
tools/lli/Windows/RemoteTargetExternal.inc [deleted file]