llvm-project/llvm/unittests/ExecutionEngine
Lang Hames 213666f804 [ORC] Move CWrapperFunctionResult out of the detail:: namespace.
This type has been moved up into the llvm::orc::shared namespace.

This type was originally put in the detail:: namespace on the assumption that
few (if any) LLVM source files would need to use it. In practice it has been
needed in many places, and will continue to be needed until/unless
OrcTargetProcess is fully merged into the ORC runtime.
2021-10-30 16:12:45 -07:00
..
JITLink [JITLink][NFC] Fix Wdangling-else warning in LinkGraphTests 2021-10-18 10:06:55 -07:00
MCJIT Move TargetRegistry.(h|cpp) from Support to MC 2021-10-08 14:51:48 -07:00
Orc [ORC] Move CWrapperFunctionResult out of the detail:: namespace. 2021-10-30 16:12:45 -07:00
CMakeLists.txt
ExecutionEngineTest.cpp