Add missing library dependency.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@306491 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Peter Collingbourne 2017-06-28 00:05:27 +00:00
parent 85e0946267
commit 24b479ea29

View File

@ -19,4 +19,4 @@
type = Library
name = BitWriter
parent = Bitcode
required_libraries = Analysis Core MC Support
required_libraries = Analysis Core MC Object Support