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

13 lines
196 B
CMake

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