[llvm-exegesis][NFC] Return many CodeTemplates instead of one.
[llvm-complete.git] / unittests / Transforms / Vectorize / CMakeLists.txt
blob5a9142d17b1e50f28ee9534290ea93a1f023f42b
1 set(LLVM_LINK_COMPONENTS
2   Analysis
3   Core
4   Vectorize
5   AsmParser
6   )
8 add_llvm_unittest(VectorizeTests
9   VPlanDominatorTreeTest.cpp
10   VPlanLoopInfoTest.cpp
11   VPlanTest.cpp
12   VPlanHCFGTest.cpp
13   )