summaryrefslogtreecommitdiff
path: root/lib/Linker/LLVMBuild.txt
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2013-01-18 15:03:03 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2013-01-18 15:03:03 +0000
commit8d3c9014f922048fcb2e1f1db2150ea9f0a118ad (patch)
tree7a5fec7a7029e12d4ab582780b88ca32db9ca3c7 /lib/Linker/LLVMBuild.txt
parentca81374e32d845f024271f95f4751fb9faeeeb87 (diff)
downloadllvm-8d3c9014f922048fcb2e1f1db2150ea9f0a118ad.tar.gz
llvm-8d3c9014f922048fcb2e1f1db2150ea9f0a118ad.tar.bz2
llvm-8d3c9014f922048fcb2e1f1db2150ea9f0a118ad.tar.xz
The IR linker still depends on the bitcode reader.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172824 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Linker/LLVMBuild.txt')
-rw-r--r--lib/Linker/LLVMBuild.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Linker/LLVMBuild.txt b/lib/Linker/LLVMBuild.txt
index 0bb26d0c2a..360c254bbe 100644
--- a/lib/Linker/LLVMBuild.txt
+++ b/lib/Linker/LLVMBuild.txt
@@ -19,4 +19,4 @@
type = Library
name = Linker
parent = Libraries
-required_libraries = Core Support TransformUtils
+required_libraries = BitReader Core Support TransformUtils