repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[LoopUnroll] Add check to Latch's terminator in UnrollRuntimeLoopRemainder
[llvm-core.git]
/
unittests
/
Transforms
/
Utils
/
CMakeLists.txt
blob
785b79865dc132dd431ec55b0dfa63934318410f
1
set(LLVM_LINK_COMPONENTS
2
Analysis
3
AsmParser
4
Core
5
Support
6
TransformUtils
7
)
8
9
add_llvm_unittest(UtilsTests
10
ASanStackFrameLayoutTest.cpp
11
BasicBlockUtilsTest.cpp
12
CloningTest.cpp
13
CodeExtractorTest.cpp
14
FunctionComparatorTest.cpp
15
IntegerDivisionTest.cpp
16
LocalTest.cpp
17
SSAUpdaterBulkTest.cpp
18
UnrollLoopTest.cpp
19
ValueMapperTest.cpp
20
)