X86: emit hidden stubs into a proper non_lazy_symbol_pointer section.
[oota-llvm.git] / unittests / Analysis / CMakeLists.txt
index 5cae68a46795a143b6879ce7611f8455144d5d5a..5cca8e8d214db4d5fbde466c38951ebc0d028e69 100644 (file)
@@ -1,8 +1,12 @@
 set(LLVM_LINK_COMPONENTS
   Analysis
   AsmParser
+  Core
+  Support
   )
 
 add_llvm_unittest(AnalysisTests
+  CFGTest.cpp
+  LazyCallGraphTest.cpp
   ScalarEvolutionTest.cpp
   )