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

15 lines
256 B
CMake

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