1set(LLVM_LINK_COMPONENTS
2  IPA
3  Analysis
4  AsmParser
5  Core
6  Support
7  )
8
9add_llvm_unittest(AnalysisTests
10  CallGraphTest.cpp
11  CFGTest.cpp
12  LazyCallGraphTest.cpp
13  ScalarEvolutionTest.cpp
14  MixedTBAATest.cpp
15  )
16