llvm/unittests/ExecutionEngine
Lang Hames f4c57ac5fe [ORC] Add ErrorSuccess and void specializations to AsyncHandlerTraits.
This will allow async handlers to be added that return void or Error::success().
Such handlers are expected to be common, since one of the primary uses of
addAsyncHandler is to run the body of the handler in a detached thread, in which
case the main handler returns immediately and does not need to provide an Error
value.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@312746 91177308-0d34-0410-b5e6-96231b3b80d8
2017-09-07 21:04:00 +00:00
..
MCJIT Untabify. 2017-08-28 06:47:47 +00:00
Orc [ORC] Add ErrorSuccess and void specializations to AsyncHandlerTraits. 2017-09-07 21:04:00 +00:00
CMakeLists.txt
ExecutionEngineTest.cpp Re-sort #include lines for unittests. This uses a slightly modified 2017-06-06 11:06:56 +00:00