xref: /aosp_15_r20/external/llvm/unittests/Analysis/CMakeLists.txt (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1set(LLVM_LINK_COMPONENTS
2  Analysis
3  AsmParser
4  Core
5  Support
6  )
7
8add_llvm_unittest(AnalysisTests
9  AliasAnalysisTest.cpp
10  BlockFrequencyInfoTest.cpp
11  CallGraphTest.cpp
12  CFGTest.cpp
13  CGSCCPassManagerTest.cpp
14  LazyCallGraphTest.cpp
15  LoopPassManagerTest.cpp
16  ScalarEvolutionTest.cpp
17  MixedTBAATest.cpp
18  ValueTrackingTest.cpp
19  UnrollAnalyzer.cpp
20  )
21