summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2015-08-25 17:11:17 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2015-08-25 17:11:17 +0000
commitc57a09821f76ca516f8d3d763bd417dd25086e28 (patch)
treeba1249614e6e7223bafe4233b7bde21cde781b03 /llvm/lib
parent0cc11b1fa70bd903e2da60f82ef153b35660f67c (diff)
downloadbcm5719-llvm-c57a09821f76ca516f8d3d763bd417dd25086e28.tar.gz
bcm5719-llvm-c57a09821f76ca516f8d3d763bd417dd25086e28.zip
Update libdeps in LLVMipo and LLVMScalarOpts, corresponding to r245940.
llvm-svn: 245957
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Transforms/IPO/LLVMBuild.txt2
-rw-r--r--llvm/lib/Transforms/Scalar/LLVMBuild.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Transforms/IPO/LLVMBuild.txt b/llvm/lib/Transforms/IPO/LLVMBuild.txt
index ff6970bd82c..2311e276f75 100644
--- a/llvm/lib/Transforms/IPO/LLVMBuild.txt
+++ b/llvm/lib/Transforms/IPO/LLVMBuild.txt
@@ -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
diff --git a/llvm/lib/Transforms/Scalar/LLVMBuild.txt b/llvm/lib/Transforms/Scalar/LLVMBuild.txt
index deea9e2d010..8a99df86b84 100644
--- a/llvm/lib/Transforms/Scalar/LLVMBuild.txt
+++ b/llvm/lib/Transforms/Scalar/LLVMBuild.txt
@@ -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
OpenPOWER on IntegriCloud