1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-23 21:13:02 +02:00
llvm-mirror/lib/ExecutionEngine/Orc
Lang Hames 94e6e7207c [ORC] Errorize the ORC APIs.
This patch updates the ORC layers and utilities to return and propagate
llvm::Errors where appropriate. This is necessary to allow ORC to safely handle
error cases in cross-process and remote JITing.

llvm-svn: 307350
2017-07-07 02:59:13 +00:00
..
CMakeLists.txt [ORC] Use native Errors rather than converted std::error_codes for ORC RPC. 2017-04-13 01:03:06 +00:00
ExecutionUtils.cpp
IndirectionUtils.cpp Sort the remaining #include lines in include/... and lib/.... 2017-06-06 11:49:48 +00:00
LLVMBuild.txt
NullResolver.cpp
OrcABISupport.cpp
OrcCBindings.cpp [ORC] Errorize the ORC APIs. 2017-07-07 02:59:13 +00:00
OrcCBindingsStack.h [ORC] Errorize the ORC APIs. 2017-07-07 02:59:13 +00:00
OrcError.cpp [ORC] Errorize the ORC APIs. 2017-07-07 02:59:13 +00:00
OrcMCJITReplacement.cpp [ORC] Re-apply r306166 and r306168 with fix for regression test. 2017-06-23 23:25:28 +00:00
OrcMCJITReplacement.h [ORC] Errorize the ORC APIs. 2017-07-07 02:59:13 +00:00
RPCUtils.cpp [ORC] Add missing file from r300155. 2017-04-13 01:06:45 +00:00