summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kuperstein <mkuper@google.com>2016-06-24 21:05:41 +0000
committerMichael Kuperstein <mkuper@google.com>2016-06-24 21:05:41 +0000
commit5134020ea62d1e1e125fdac48d251a26b80e9781 (patch)
tree3b40f2015cadc9f30392481cab75bf72fb262039
parentfd1f2f8561eff16a5e4e619d6cb25fc6d119540c (diff)
downloadbcm5719-llvm-5134020ea62d1e1e125fdac48d251a26b80e9781.tar.gz
bcm5719-llvm-5134020ea62d1e1e125fdac48d251a26b80e9781.zip
Add missing dependency to LLVMPasses
Passes should depend on CodeGen, as that contains some IR-to-IR passes. llvm-svn: 273724
-rw-r--r--llvm/lib/Passes/LLVMBuild.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Passes/LLVMBuild.txt b/llvm/lib/Passes/LLVMBuild.txt
index dd8f30dc996..4d8c7f85d3a 100644
--- a/llvm/lib/Passes/LLVMBuild.txt
+++ b/llvm/lib/Passes/LLVMBuild.txt
@@ -19,4 +19,4 @@
type = Library
name = Passes
parent = Libraries
-required_libraries = Analysis Core IPO InstCombine Scalar Support TransformUtils Vectorize Instrumentation
+required_libraries = Analysis CodeGen Core IPO InstCombine Scalar Support TransformUtils Vectorize Instrumentation
OpenPOWER on IntegriCloud