1 set(LLVM_LINK_COMPONENTS 2 Analysis 3 AsmParser 4 ) 5 6 add_llvm_unittest(AnalysisTests 7 CFGTest.cpp 8 ScalarEvolutionTest.cpp 9 ) 10