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