Chandler Carruth | 94d0251 | 2012-06-21 09:51:26 +0000 | [diff] [blame] | 1 | set(LLVM_LINK_COMPONENTS |
2 | Analysis | ||||
Nick Lewycky | 0b68245 | 2013-07-27 01:24:00 +0000 | [diff] [blame] | 3 | AsmParser |
NAKAMURA Takumi | b5c4b876 | 2013-12-10 11:13:32 +0000 | [diff] [blame] | 4 | Core |
5 | Support | ||||
Chandler Carruth | 94d0251 | 2012-06-21 09:51:26 +0000 | [diff] [blame] | 6 | ) |
7 | |||||
8 | add_llvm_unittest(AnalysisTests | ||||
Daniel Berlin | b2d2276 | 2015-04-13 23:05:45 +0000 | [diff] [blame] | 9 | AliasAnalysisTest.cpp |
Easwaran Raman | 12b79aa | 2016-03-23 18:18:26 +0000 | [diff] [blame] | 10 | BlockFrequencyInfoTest.cpp |
Rafael Espindola | eaa3dcc | 2014-11-17 17:51:45 +0000 | [diff] [blame] | 11 | CallGraphTest.cpp |
Nick Lewycky | e51b4bc | 2013-07-27 01:26:30 +0000 | [diff] [blame] | 12 | CFGTest.cpp |
Chandler Carruth | 7431992 | 2016-02-23 10:02:02 +0000 | [diff] [blame] | 13 | CGSCCPassManagerTest.cpp |
Chandler Carruth | c7bad9a | 2014-04-23 08:08:49 +0000 | [diff] [blame] | 14 | LazyCallGraphTest.cpp |
Justin Bogner | eecc3c8 | 2016-02-25 07:23:08 +0000 | [diff] [blame] | 15 | LoopPassManagerTest.cpp |
Chandler Carruth | 94d0251 | 2012-06-21 09:51:26 +0000 | [diff] [blame] | 16 | ScalarEvolutionTest.cpp |
Juergen Ributzka | d35c114 | 2014-05-03 22:32:52 +0000 | [diff] [blame] | 17 | MixedTBAATest.cpp |
James Molloy | 134bec2 | 2015-08-11 09:12:57 +0000 | [diff] [blame] | 18 | ValueTrackingTest.cpp |
Michael Zolotukhin | 1da4afd | 2016-02-08 23:03:59 +0000 | [diff] [blame] | 19 | UnrollAnalyzer.cpp |
Chandler Carruth | 94d0251 | 2012-06-21 09:51:26 +0000 | [diff] [blame] | 20 | ) |