This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e9a46bf123c [IR] Take func, ret, and arg attrs separately in AttributeL [...] new a43d3686c7c [ORC] Use native Errors rather than converted std::error_co [...] new ebc666e155b [ORC] Add missing file from r300155.
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/ExecutionEngine/Orc/OrcError.h | 15 +-- include/llvm/ExecutionEngine/Orc/RPCUtils.h | 124 ++++++++++++++++++++++--- include/llvm/Support/Error.h | 18 +++- lib/ExecutionEngine/Orc/CMakeLists.txt | 1 + lib/ExecutionEngine/Orc/OrcError.cpp | 23 +---- lib/ExecutionEngine/Orc/RPCUtils.cpp | 55 +++++++++++ unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp | 6 +- 7 files changed, 191 insertions(+), 51 deletions(-) create mode 100644 lib/ExecutionEngine/Orc/RPCUtils.cpp