forked from OSchip/llvm-project
ef5a0ee2c3
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. llvm-svn: 267457 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
ExecutionUtils.cpp | ||
IndirectionUtils.cpp | ||
LLVMBuild.txt | ||
NullResolver.cpp | ||
OrcArchitectureSupport.cpp | ||
OrcCBindings.cpp | ||
OrcCBindingsStack.cpp | ||
OrcCBindingsStack.h | ||
OrcError.cpp | ||
OrcMCJITReplacement.cpp | ||
OrcMCJITReplacement.h | ||
OrcRemoteTargetRPCAPI.cpp |