summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Transforms/Vectorize/CMakeLists.txt
blob: 5a9142d17b1e50f28ee9534290ea93a1f023f42b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
set(LLVM_LINK_COMPONENTS
  Analysis
  Core
  Vectorize
  AsmParser
  )

add_llvm_unittest(VectorizeTests
  VPlanDominatorTreeTest.cpp
  VPlanLoopInfoTest.cpp
  VPlanTest.cpp
  VPlanHCFGTest.cpp
  )
OpenPOWER on IntegriCloud