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 7fe7b69c89
commit d38862b542

View File

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