]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - unittests/Analysis/CMakeLists.txt
Vendor import of llvm RELEASE_350/final tag r216957 (effectively, 3.5.0 release):
[FreeBSD/FreeBSD.git] / unittests / Analysis / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   Analysis
3   AsmParser
4   Core
5   Support
6   )
7
8 add_llvm_unittest(AnalysisTests
9   CFGTest.cpp
10   LazyCallGraphTest.cpp
11   ScalarEvolutionTest.cpp
12   MixedTBAATest.cpp
13   )