Add dependency from LibDriver to BinaryFormat.

llvm-svn: 304867
This commit is contained in:
Zachary Turner 2017-06-07 04:39:50 +00:00
parent 8a9e2c6bad
commit 830b6fd350
1 changed files with 1 additions and 1 deletions

View File

@ -19,4 +19,4 @@
type = Library
name = LibDriver
parent = Libraries
required_libraries = Object Option Support
required_libraries = BinaryFormat Object Option Support