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
This commit is contained in:
Benjamin Kramer 2013-01-18 15:03:03 +00:00
parent ca81374e32
commit 8d3c9014f9

View File

@ -19,4 +19,4 @@
type = Library
name = Linker
parent = Libraries
required_libraries = Core Support TransformUtils
required_libraries = BitReader Core Support TransformUtils