llvm-project/llvm/unittests/ExecutionEngine/Orc/CMakeLists.txt

12 lines
165 B
CMake

set(LLVM_LINK_COMPONENTS
Core
OrcJIT
Support
)
add_llvm_unittest(OrcJITTests
IndirectionUtilsTest.cpp
LazyEmittingLayerTest.cpp
OrcTestCommon.cpp
)