llvm-project/llvm/unittests/Transforms/Vectorize/CMakeLists.txt

14 lines
198 B
CMake

set(LLVM_LINK_COMPONENTS
Analysis
Core
Vectorize
AsmParser
)
add_llvm_unittest(VectorizeTests
VPlanDominatorTreeTest.cpp
VPlanLoopInfoTest.cpp
VPlanTest.cpp
VPlanHCFGTest.cpp
)