[ORC] Re-apply 286620 with fixes for the ErrorSuccess class.
authorLang Hames <lhames@gmail.com>
Fri, 11 Nov 2016 21:42:09 +0000 (21:42 +0000)
committerLang Hames <lhames@gmail.com>
Fri, 11 Nov 2016 21:42:09 +0000 (21:42 +0000)
commit1f2bf2d3e1e45e0f88a4c93bc662724a3b78abf0
tree1ea6d0c461cc9e0f3a62bfb51052a82091b26707
parentec4b0c360f8e0e3870c41dab4894bc23c06843c2
[ORC] Re-apply 286620 with fixes for the ErrorSuccess class.

llvm-svn: 286639
17 files changed:
llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/RemoteJITUtils.h
llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/toy.cpp
llvm/include/llvm/ExecutionEngine/Orc/OrcError.h
llvm/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h
llvm/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetRPCAPI.h
llvm/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetServer.h
llvm/include/llvm/ExecutionEngine/Orc/RPCByteChannel.h [deleted file]
llvm/include/llvm/ExecutionEngine/Orc/RPCSerialization.h
llvm/include/llvm/ExecutionEngine/Orc/RPCUtils.h
llvm/include/llvm/ExecutionEngine/Orc/RawByteChannel.h [new file with mode: 0644]
llvm/lib/ExecutionEngine/Orc/CMakeLists.txt
llvm/lib/ExecutionEngine/Orc/OrcError.cpp
llvm/lib/ExecutionEngine/Orc/OrcRemoteTargetRPCAPI.cpp [deleted file]
llvm/tools/lli/ChildTarget/ChildTarget.cpp
llvm/tools/lli/RemoteJITUtils.h
llvm/tools/lli/lli.cpp
llvm/unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp