blob: 7d649f25c830ae416e81df221d04eb86a189f319 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
set(LLVM_LINK_COMPONENTS
Analysis
AsmParser
BitWriter
Core
ProfileData
Support
TransformUtils
Passes
Vectorize
)
add_llvm_unittest(UtilsTests
ASanStackFrameLayoutTest.cpp
BasicBlockUtilsTest.cpp
CallPromotionUtilsTest.cpp
CloningTest.cpp
CodeExtractorTest.cpp
CodeLayoutTest.cpp
CodeMoverUtilsTest.cpp
DebugifyTest.cpp
DebugSSAUpdaterTest.cpp
FunctionComparatorTest.cpp
IntegerDivisionTest.cpp
LocalTest.cpp
LoopRotationUtilsTest.cpp
LoopUtilsTest.cpp
MemTransferLowering.cpp
ModuleUtilsTest.cpp
ScalarEvolutionExpanderTest.cpp
SizeOptsTest.cpp
SSAUpdaterBulkTest.cpp
UnrollLoopTest.cpp
ValueMapperTest.cpp
ProfDataUtilTest.cpp
)
|