llvm-project/llvm/unittests/ExecutionEngine
Lang Hames 14b7c108a2 [C-API][ORC] Add C API to suspend lookups during definition generation.
Slow definition generators may suspend lookups to temporarily release the
session lock, allowing unrelated lookups to proceed.

Using this functionality is discouraged: it is best to make definition
generation fast, rather than suspending the lookup. As a last resort where
this is not possible, suspension may be used.
2022-06-13 17:20:07 -07:00
..
JITLink [test-suite][cmake] sort unit test targets 2022-05-16 16:55:40 -07:00
MCJIT [test-suite][cmake] sort unit test targets 2022-05-16 16:55:40 -07:00
Orc [C-API][ORC] Add C API to suspend lookups during definition generation. 2022-06-13 17:20:07 -07:00
CMakeLists.txt [test-suite][cmake] sort unit test targets 2022-05-16 16:55:40 -07:00
ExecutionEngineTest.cpp