]> granicus.if.org Git - llvm/commit
[ORC] Temporarily fix the RPCUtils unit test by explicitly specifying a handler
authorLang Hames <lhames@gmail.com>
Fri, 11 Nov 2016 22:16:10 +0000 (22:16 +0000)
committerLang Hames <lhames@gmail.com>
Fri, 11 Nov 2016 22:16:10 +0000 (22:16 +0000)
commit823ac75ae6d812ed6bbfb9a8ec201d8766e8a96a
tree1610f52f7460333f2528187502f041a7c0246080
parent797e9cdb756972615a9e48f09184f8f9e336aee7
[ORC] Temporarily fix the RPCUtils unit test by explicitly specifying a handler
return type.

This should be fixed permanently by having the RPCUtils header recognize the
ErrorSuccess type. I'll commit that in a follow up patch.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@286646 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp