Update libdeps since TLI was moved from Target to Analysis in r226078.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 15 Jan 2015 05:21:00 +0000 (05:21 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 15 Jan 2015 05:21:00 +0000 (05:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226126 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/LLVMBuild.txt
lib/LTO/LLVMBuild.txt
lib/Target/LLVMBuild.txt
lib/Transforms/IPO/LLVMBuild.txt
lib/Transforms/InstCombine/LLVMBuild.txt
lib/Transforms/Instrumentation/LLVMBuild.txt
lib/Transforms/Scalar/LLVMBuild.txt
lib/Transforms/Utils/LLVMBuild.txt
lib/Transforms/Vectorize/LLVMBuild.txt
tools/llc/CMakeLists.txt

index a8a8079d1e5a2b18664e56a7dbb7c17e07d68eee..3039ddea4ff585a0cef1038ad37a53ab48aa787d 100644 (file)
@@ -22,4 +22,4 @@ subdirectories = IPA
 type = Library
 name = Analysis
 parent = Libraries
 type = Library
 name = Analysis
 parent = Libraries
-required_libraries = Core Support Target
+required_libraries = Core Support
index b776fdb7e67a13d195aaeffd263cfbfd6247fa36..dfd424f3e408ab1339cc0d959269631ac3c3dde5 100644 (file)
@@ -19,4 +19,4 @@
 type = Library
 name = LTO
 parent = Libraries
 type = Library
 name = LTO
 parent = Libraries
-required_libraries = BitReader BitWriter CodeGen Core IPA IPO InstCombine Linker MC ObjCARC Object Scalar Support Target TransformUtils
+required_libraries = Analysis BitReader BitWriter CodeGen Core IPA IPO InstCombine Linker MC ObjCARC Object Scalar Support Target
index 1b0837cb3b54cb8cd092d0c4d770b265f3a5cc38..27d76bf89009274895eb8ad2bdf3f6056f928979 100644 (file)
@@ -45,7 +45,7 @@ parent = Libraries
 type = Library
 name = Target
 parent = Libraries
 type = Library
 name = Target
 parent = Libraries
-required_libraries = Core MC Support
+required_libraries = Analysis Core MC Support
 
 ; This is a special group whose required libraries are extended (by llvm-build)
 ; with every built target, which makes it easy for tools to include every
 
 ; This is a special group whose required libraries are extended (by llvm-build)
 ; with every built target, which makes it easy for tools to include every
index 77e0b22086fd873c1a319075f6da0ed1a6c92c3c..575dce4b33df11fa9004fc0dfd6e89fbc06aa6d2 100644 (file)
@@ -20,4 +20,4 @@ type = Library
 name = IPO
 parent = Transforms
 library_name = ipo
 name = IPO
 parent = Transforms
 library_name = ipo
-required_libraries = Analysis Core IPA InstCombine Scalar Support Target TransformUtils Vectorize
+required_libraries = Analysis Core IPA InstCombine Scalar Support TransformUtils Vectorize
index 62c616160cfa8c3f7488e78de3c8dbf30d4d91ff..c26e0e3ea40b76bfcc463315a0c9ca3b7aab1512 100644 (file)
@@ -19,4 +19,4 @@
 type = Library
 name = InstCombine
 parent = Transforms
 type = Library
 name = InstCombine
 parent = Transforms
-required_libraries = Analysis Core Support Target TransformUtils
+required_libraries = Analysis Core Support TransformUtils
index 59249e6ab443e865d3477353dc66620bbb253d16..14c174332ee48912fb08dd3e7bd15ee722838574 100644 (file)
@@ -19,4 +19,4 @@
 type = Library
 name = Instrumentation
 parent = Transforms
 type = Library
 name = Instrumentation
 parent = Transforms
-required_libraries = Analysis Core MC Support Target TransformUtils
+required_libraries = Analysis Core MC Support TransformUtils
index 2bb49a3026c9a43c731f2f511642f287d9c2f120..deea9e2d0102125b34275ef604c375e7517662c7 100644 (file)
@@ -20,4 +20,4 @@ type = Library
 name = Scalar
 parent = Transforms
 library_name = ScalarOpts
 name = Scalar
 parent = Transforms
 library_name = ScalarOpts
-required_libraries = Analysis Core InstCombine ProfileData Support Target TransformUtils
+required_libraries = Analysis Core InstCombine ProfileData Support TransformUtils
index 88b2ffee64da4cbd35716564724f7edf8936908e..6b2d405b1f289f8973bc8c6b0f8d2ac42d468664 100644 (file)
@@ -19,4 +19,4 @@
 type = Library
 name = TransformUtils
 parent = Transforms
 type = Library
 name = TransformUtils
 parent = Transforms
-required_libraries = Analysis Core IPA Support Target
+required_libraries = Analysis Core IPA Support
index b57ce6c5aa092ade75d1a8059f31f0b9cd350ed5..be00294ea44b9bb9fc283af4aa63cf5412a30067 100644 (file)
@@ -20,4 +20,4 @@ type = Library
 name = Vectorize
 parent = Transforms
 library_name = Vectorize
 name = Vectorize
 parent = Transforms
 library_name = Vectorize
-required_libraries = Analysis Core Support Target TransformUtils
+required_libraries = Analysis Core Support TransformUtils
index 393d64c0ef086e29b964337f2c26aeb59f5f1abe..484ff4028f83c140a5475a9dddd8194b013b97cc 100644 (file)
@@ -1,5 +1,6 @@
 set(LLVM_LINK_COMPONENTS
   ${LLVM_TARGETS_TO_BUILD}
 set(LLVM_LINK_COMPONENTS
   ${LLVM_TARGETS_TO_BUILD}
+  Analysis
   AsmPrinter
   CodeGen
   Core
   AsmPrinter
   CodeGen
   Core
@@ -8,7 +9,6 @@ set(LLVM_LINK_COMPONENTS
   ScalarOpts
   SelectionDAG
   Support
   ScalarOpts
   SelectionDAG
   Support
-  Target
   )
 
 # Support plugins.
   )
 
 # Support plugins.