[Orc] Add error codes and a new std::error_category for remote-jit errors.
authorLang Hames <lhames@gmail.com>
Mon, 11 Jan 2016 00:34:13 +0000 (00:34 +0000)
committerLang Hames <lhames@gmail.com>
Mon, 11 Jan 2016 00:34:13 +0000 (00:34 +0000)
commit59c18117cb8e2a5e6acb8f56482234485588a15f
treead69a2c364889c948eece38d98a2445c4be11b8c
parente6dd20c1d72877bda1a940c6de8af993b730dc76
[Orc] Add error codes and a new std::error_category for remote-jit errors.

These will be used by an upcoming patch that adds remote-jit support utilities
to ORC.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@257297 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ExecutionEngine/Orc/OrcError.h [new file with mode: 0644]
lib/ExecutionEngine/Orc/CMakeLists.txt
lib/ExecutionEngine/Orc/OrcError.cpp [new file with mode: 0644]