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 |
||
|---|---|---|
| .. | ||
| IntelJITEvents | ||
| Interpreter | ||
| MCJIT | ||
| OProfileJIT | ||
| Orc | ||
| RuntimeDyld | ||
| CMakeLists.txt | ||
| ExecutionEngine.cpp | ||
| ExecutionEngineBindings.cpp | ||
| GDBRegistrationListener.cpp | ||
| LLVMBuild.txt | ||
| SectionMemoryManager.cpp | ||
| TargetSelect.cpp | ||