2012-06-21 11:51:26 +02:00
|
|
|
set(LLVM_LINK_COMPONENTS
|
|
|
|
Analysis
|
2013-07-27 03:24:00 +02:00
|
|
|
AsmParser
|
2013-12-10 12:13:32 +01:00
|
|
|
Core
|
|
|
|
Support
|
2012-06-21 11:51:26 +02:00
|
|
|
)
|
|
|
|
|
|
|
|
add_llvm_unittest(AnalysisTests
|
2015-04-14 01:05:45 +02:00
|
|
|
AliasAnalysisTest.cpp
|
2016-03-23 19:18:26 +01:00
|
|
|
BlockFrequencyInfoTest.cpp
|
2014-11-17 18:51:45 +01:00
|
|
|
CallGraphTest.cpp
|
2013-07-27 03:26:30 +02:00
|
|
|
CFGTest.cpp
|
2016-02-23 11:02:02 +01:00
|
|
|
CGSCCPassManagerTest.cpp
|
2014-04-23 10:08:49 +02:00
|
|
|
LazyCallGraphTest.cpp
|
2016-02-25 08:23:08 +01:00
|
|
|
LoopPassManagerTest.cpp
|
2012-06-21 11:51:26 +02:00
|
|
|
ScalarEvolutionTest.cpp
|
2014-05-04 00:32:52 +02:00
|
|
|
MixedTBAATest.cpp
|
2015-08-11 11:12:57 +02:00
|
|
|
ValueTrackingTest.cpp
|
2016-02-09 00:03:59 +01:00
|
|
|
UnrollAnalyzer.cpp
|
2012-06-21 11:51:26 +02:00
|
|
|
)
|