Update libdeps in LLVMipo and LLVMScalarOpts, corresponding to r245940.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 25 Aug 2015 17:11:17 +0000 (17:11 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 25 Aug 2015 17:11:17 +0000 (17:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@245957 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/IPO/LLVMBuild.txt
lib/Transforms/Scalar/LLVMBuild.txt

index ff6970b..2311e27 100644 (file)
@@ -20,4 +20,4 @@ type = Library
 name = IPO
 parent = Transforms
 library_name = ipo
-required_libraries = Analysis Core InstCombine Scalar Support TransformUtils Vectorize ProfileData
+required_libraries = Analysis Core InstCombine ProfileData Scalar Support TransformUtils Vectorize
index deea9e2..8a99df8 100644 (file)
@@ -20,4 +20,4 @@ type = Library
 name = Scalar
 parent = Transforms
 library_name = ScalarOpts
-required_libraries = Analysis Core InstCombine ProfileData Support TransformUtils
+required_libraries = Analysis Core InstCombine Support TransformUtils