Revert r362472 as it is breaking PPC build bots
[llvm-core.git] / unittests / Analysis / CMakeLists.txt
blob20b4ae21edb69364d763e465d88040c76612c47a
1 set(LLVM_LINK_COMPONENTS
2   Analysis
3   AsmParser
4   Core
5   Support
6   )
8 add_llvm_unittest(AnalysisTests
9   AliasAnalysisTest.cpp
10   AliasSetTrackerTest.cpp
11   BasicAliasAnalysisTest.cpp
12   BlockFrequencyInfoTest.cpp
13   BranchProbabilityInfoTest.cpp
14   CallGraphTest.cpp
15   CaptureTrackingTest.cpp
16   CFGTest.cpp
17   CGSCCPassManagerTest.cpp
18   DivergenceAnalysisTest.cpp
19   DomTreeUpdaterTest.cpp
20   GlobalsModRefTest.cpp
21   IVDescriptorsTest.cpp
22   LazyCallGraphTest.cpp
23   LoopInfoTest.cpp
24   MemoryBuiltinsTest.cpp
25   MemorySSATest.cpp
26   OrderedBasicBlockTest.cpp
27   OrderedInstructionsTest.cpp
28   PhiValuesTest.cpp
29   ProfileSummaryInfoTest.cpp
30   ScalarEvolutionTest.cpp
31   SparsePropagation.cpp
32   TargetLibraryInfoTest.cpp
33   TBAATest.cpp
34   UnrollAnalyzerTest.cpp
35   ValueLatticeTest.cpp
36   ValueTrackingTest.cpp
37   )