llvm-project/llvm/unittests/ExecutionEngine
Lang Hames c59ebe4c4c [ORC] Add TaskDispatcher::shutdown calls to TaskDispatchTest.cpp unit tests.
These calls were left out of 4d7cea3d2e. In the InPlaceDispatcher test case
the operation is a no-op, but it's good form to include it. In the
DynamicThreadPoolTaskDispatcher test the shutdown call is required to ensure
that we don't exit the test (and tear down the dispatcher) before the thread
running the dispatch has completed.
2021-10-10 21:09:29 -07:00
..
JITLink [JITLink] Allow moving a Symbol to a Block in a different Section 2021-09-14 08:27:26 -07:00
MCJIT Move TargetRegistry.(h|cpp) from Support to MC 2021-10-08 14:51:48 -07:00
Orc [ORC] Add TaskDispatcher::shutdown calls to TaskDispatchTest.cpp unit tests. 2021-10-10 21:09:29 -07:00
CMakeLists.txt
ExecutionEngineTest.cpp