From: Benjamin Kramer Date: Fri, 18 Jan 2013 15:03:03 +0000 (+0000) Subject: The IR linker still depends on the bitcode reader. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8d3c9014f922048fcb2e1f1db2150ea9f0a118ad;p=oota-llvm.git 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 --- diff --git a/lib/Linker/LLVMBuild.txt b/lib/Linker/LLVMBuild.txt index 0bb26d0c2ae..360c254bbef 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