summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-12-10 05:39:34 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-12-10 05:39:34 +0000
commit396d4d3c7ece700a763578fbf7c1818b07ae47cc (patch)
tree70dc77bee761970a73cf7127291dec954ad5efb1 /llvm/lib/Transforms
parente3afe2ef62473fb026453210fb2e1edfcdc3b698 (diff)
downloadbcm5719-llvm-396d4d3c7ece700a763578fbf7c1818b07ae47cc.tar.gz
bcm5719-llvm-396d4d3c7ece700a763578fbf7c1818b07ae47cc.zip
Add proper dependencies to LLVMBuild.txt in llvm/lib.
I'll prune redundant deps in LLVMBuild.txt, later. llvm-svn: 196881
Diffstat (limited to 'llvm/lib/Transforms')
-rw-r--r--llvm/lib/Transforms/Instrumentation/LLVMBuild.txt2
-rw-r--r--llvm/lib/Transforms/Scalar/LLVMBuild.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Transforms/Instrumentation/LLVMBuild.txt b/llvm/lib/Transforms/Instrumentation/LLVMBuild.txt
index d36ad540ee8..99e95dfa375 100644
--- a/llvm/lib/Transforms/Instrumentation/LLVMBuild.txt
+++ b/llvm/lib/Transforms/Instrumentation/LLVMBuild.txt
@@ -19,4 +19,4 @@
type = Library
name = Instrumentation
parent = Transforms
-required_libraries = Analysis Core Support TransformUtils
+required_libraries = Analysis Core Support Target TransformUtils
diff --git a/llvm/lib/Transforms/Scalar/LLVMBuild.txt b/llvm/lib/Transforms/Scalar/LLVMBuild.txt
index cee91197680..1f6df7dac7f 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 Support Target TransformUtils
+required_libraries = Analysis Core IPA InstCombine Support Target TransformUtils
OpenPOWER on IntegriCloud