repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert "[lldb][test] Remove compiler version check and use regex" (#124101)
[llvm-project.git]
/
llvm
/
unittests
/
Transforms
/
Vectorize
/
CMakeLists.txt
blob
0df39c41a90414c3e23e752cdd5646b10f56a180
1
add_subdirectory(SandboxVectorizer)
2
3
set(LLVM_LINK_COMPONENTS
4
Analysis
5
Core
6
Vectorize
7
AsmParser
8
TargetParser
9
)
10
11
add_llvm_unittest(VectorizeTests
12
VPlanTest.cpp
13
VPDomTreeTest.cpp
14
VPlanHCFGTest.cpp
15
VPlanSlpTest.cpp
16
VPlanVerifierTest.cpp
17
)