blob: 35a6d92ce179303e1ea98854e5f4b2b25bb0bc4c [file] [log] [blame]
Chandler Carruth94d02512012-06-21 09:51:26 +00001set(LLVM_LINK_COMPONENTS
Rafael Espindolaeaa3dcc2014-11-17 17:51:45 +00002 IPA
Chandler Carruth94d02512012-06-21 09:51:26 +00003 Analysis
Nick Lewycky0b682452013-07-27 01:24:00 +00004 AsmParser
NAKAMURA Takumib5c4b8762013-12-10 11:13:32 +00005 Core
6 Support
Chandler Carruth94d02512012-06-21 09:51:26 +00007 )
8
9add_llvm_unittest(AnalysisTests
Daniel Berlinb2d22762015-04-13 23:05:45 +000010 AliasAnalysisTest.cpp
Rafael Espindolaeaa3dcc2014-11-17 17:51:45 +000011 CallGraphTest.cpp
Nick Lewyckye51b4bc2013-07-27 01:26:30 +000012 CFGTest.cpp
Chandler Carruthc7bad9a2014-04-23 08:08:49 +000013 LazyCallGraphTest.cpp
Chandler Carruth94d02512012-06-21 09:51:26 +000014 ScalarEvolutionTest.cpp
Juergen Ributzkad35c1142014-05-03 22:32:52 +000015 MixedTBAATest.cpp
Chandler Carruth94d02512012-06-21 09:51:26 +000016 )