llvm/lib/DebugInfo/Symbolize/DIPrinter.cpp: Fix build in -m32. 1L is incompatible...
[oota-llvm.git] / unittests / Analysis / CMakeLists.txt
index 7e5b35852749c6a86164a5f64f1e19ffd9e88474..06560cf14d4aa4fcb596d1b2bd698e8a926b1f06 100644 (file)
@@ -1,9 +1,16 @@
 set(LLVM_LINK_COMPONENTS
   Analysis
   AsmParser
+  Core
+  Support
   )
 
 add_llvm_unittest(AnalysisTests
+  AliasAnalysisTest.cpp
+  CallGraphTest.cpp
   CFGTest.cpp
+  LazyCallGraphTest.cpp
   ScalarEvolutionTest.cpp
+  MixedTBAATest.cpp
+  ValueTrackingTest.cpp
   )