Update libdeps since TLI was moved from Target to Analysis in r226078.
[oota-llvm.git] / tools / llc / CMakeLists.txt
index 393d64c0ef086e29b964337f2c26aeb59f5f1abe..484ff4028f83c140a5475a9dddd8194b013b97cc 100644 (file)
@@ -1,5 +1,6 @@
 set(LLVM_LINK_COMPONENTS
   ${LLVM_TARGETS_TO_BUILD}
+  Analysis
   AsmPrinter
   CodeGen
   Core
@@ -8,7 +9,6 @@ set(LLVM_LINK_COMPONENTS
   ScalarOpts
   SelectionDAG
   Support
-  Target
   )
 
 # Support plugins.