llvm/tools/lli
Lang Hames 1ddbb0f0b5 [ORC] Thread Error/Expected through the RPC library.
This replaces use of std::error_code and ErrorOr in the ORC RPC support library
with Error and Expected. This required updating the OrcRemoteTarget API, Client,
and server code, as well as updating the Orc C API.

This patch also fixes several instances where Errors were dropped.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@267457 91177308-0d34-0410-b5e6-96231b3b80d8
2016-04-25 19:56:45 +00:00
..
ChildTarget [ORC] Thread Error/Expected through the RPC library. 2016-04-25 19:56:45 +00:00
CMakeLists.txt [LLI] Replace the LLI remote-JIT support with the new ORC remote-JIT components. 2016-01-11 16:35:55 +00:00
lli.cpp [ORC] Thread Error/Expected through the RPC library. 2016-04-25 19:56:45 +00:00
LLVMBuild.txt Wrap some long lines in LLVMBuild files. NFC 2015-06-12 18:44:57 +00:00
OrcLazyJIT.cpp [Orc] Add lazy-JITting support for i386. 2016-02-10 01:02:33 +00:00
OrcLazyJIT.h [Orc] Enable user-supplied memory managers in the CompileOnDemand layer. 2016-01-09 20:55:18 +00:00
RemoteJITUtils.h [ORC] Thread Error/Expected through the RPC library. 2016-04-25 19:56:45 +00:00