Add dependency from AsmParser to BinaryFormat.

This breaks the MinGW build, but not other builds for some reason.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@304866 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Zachary Turner 2017-06-07 04:24:33 +00:00
parent 25d9ac1002
commit ce49018b11

View File

@ -19,4 +19,4 @@
type = Library
name = AsmParser
parent = Libraries
required_libraries = Core Support
required_libraries = BinaryFormat Core Support