summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2017-06-28 00:05:27 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2017-06-28 00:05:27 +0000
commit2d67e3789a4470b98b5da501ba62fc660b8d495b (patch)
tree38c4053ea5a8ab5f9a6486ddb98204419f0d69da
parent0c72172e320f77380ad2562d2dfe1abb14a25e1c (diff)
downloadbcm5719-llvm-2d67e3789a4470b98b5da501ba62fc660b8d495b.tar.gz
bcm5719-llvm-2d67e3789a4470b98b5da501ba62fc660b8d495b.zip
Add missing library dependency.
llvm-svn: 306491
-rw-r--r--llvm/lib/Bitcode/Writer/LLVMBuild.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Bitcode/Writer/LLVMBuild.txt b/llvm/lib/Bitcode/Writer/LLVMBuild.txt
index a07c280fa9e..ef6dc9f901e 100644
--- a/llvm/lib/Bitcode/Writer/LLVMBuild.txt
+++ b/llvm/lib/Bitcode/Writer/LLVMBuild.txt
@@ -19,4 +19,4 @@
type = Library
name = BitWriter
parent = Bitcode
-required_libraries = Analysis Core MC Support
+required_libraries = Analysis Core MC Object Support
OpenPOWER on IntegriCloud