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