blob: 827db9ec4ee47d032b6a95f84a4fbcbe5697b920 [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
Vedant Kumara4bd1462016-12-17 01:02:08 +000011 BranchProbabilityInfoTest.cpp
Nick Lewyckye51b4bc2013-07-27 01:26:30 +000012 CFGTest.cpp
Chandler Carruth74319922016-02-23 10:02:02 +000013 CGSCCPassManagerTest.cpp
Ahmed Bougacha1539d1d2017-01-17 03:09:55 +000014 CallGraphTest.cpp
Chandler Carruthc7bad9a2014-04-23 08:08:49 +000015 LazyCallGraphTest.cpp
Xin Tongca023602017-01-15 21:17:52 +000016 LoopInfoTest.cpp
George Burgess IVccae43a2016-12-23 01:18:09 +000017 MemoryBuiltinsTest.cpp
Easwaran Ramanb035f912017-01-13 01:34:00 +000018 ProfileSummaryInfoTest.cpp
Chandler Carruth94d02512012-06-21 09:51:26 +000019 ScalarEvolutionTest.cpp
Sanjoy Das2582e692016-11-08 20:46:01 +000020 TBAATest.cpp
Michael Zolotukhin1da4afd2016-02-08 23:03:59 +000021 UnrollAnalyzer.cpp
Ahmed Bougacha1539d1d2017-01-17 03:09:55 +000022 ValueTrackingTest.cpp
Chandler Carruth94d02512012-06-21 09:51:26 +000023 )