llvm-for-llvmta/unittests/Transforms/Vectorize/CMakeLists.txt
Nils Hölscher 3500bf8dde first commit
2022-04-25 10:02:23 +02:00

16 lines
243 B
CMake

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