llvm-project/llvm/lib/ExecutionEngine/MCJIT
Lang Hames 4ce98662e7 [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
LLVMBuild.txt
MCJIT.cpp [ORC] Errorize the ORC APIs. 2017-07-07 02:59:13 +00:00
MCJIT.h Use StringRef instead of raw pointer in ExecutionEngine 2016-10-01 06:22:04 +00:00
ObjectBuffer.h