blob: 84548609edeabf570489dd884956df9bc11d989b [file] [log] [blame]
Chandler Carruth94d02512012-06-21 09:51:26 +00001set(LLVM_LINK_COMPONENTS
2 Analysis
Nick Lewycky0b682452013-07-27 01:24:00 +00003 AsmParser
NAKAMURA Takumib5c4b8762013-12-10 11:13:32 +00004 Core
5 Support
Chandler Carruth94d02512012-06-21 09:51:26 +00006 )
7
8add_llvm_unittest(AnalysisTests
Nick Lewyckye51b4bc2013-07-27 01:26:30 +00009 CFGTest.cpp
Chandler Carruthc7bad9a2014-04-23 08:08:49 +000010 LazyCallGraphTest.cpp
Chandler Carruth94d02512012-06-21 09:51:26 +000011 ScalarEvolutionTest.cpp
Juergen Ributzkad35c1142014-05-03 22:32:52 +000012 MixedTBAATest.cpp
Chandler Carruth94d02512012-06-21 09:51:26 +000013 )