blob: 70207662bfe3afebfa9d567d2c862fe05aff7cab [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
Daniel Berlinb2d22762015-04-13 23:05:45 +00009 AliasAnalysisTest.cpp
Rafael Espindolaeaa3dcc2014-11-17 17:51:45 +000010 CallGraphTest.cpp
Nick Lewyckye51b4bc2013-07-27 01:26:30 +000011 CFGTest.cpp
Chandler Carruth74319922016-02-23 10:02:02 +000012 CGSCCPassManagerTest.cpp
Chandler Carruthc7bad9a2014-04-23 08:08:49 +000013 LazyCallGraphTest.cpp
Justin Bognereecc3c82016-02-25 07:23:08 +000014 LoopPassManagerTest.cpp
Chandler Carruth94d02512012-06-21 09:51:26 +000015 ScalarEvolutionTest.cpp
Juergen Ributzkad35c1142014-05-03 22:32:52 +000016 MixedTBAATest.cpp
James Molloy134bec22015-08-11 09:12:57 +000017 ValueTrackingTest.cpp
Michael Zolotukhin1da4afd2016-02-08 23:03:59 +000018 UnrollAnalyzer.cpp
Chandler Carruth94d02512012-06-21 09:51:26 +000019 )