blob: 7e5b35852749c6a86164a5f64f1e19ffd9e88474 [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
Chandler Carruth94d02512012-06-21 09:51:26 +00004 )
5
6add_llvm_unittest(AnalysisTests
Nick Lewyckye51b4bc2013-07-27 01:26:30 +00007 CFGTest.cpp
Chandler Carruth94d02512012-06-21 09:51:26 +00008 ScalarEvolutionTest.cpp
9 )