From: Zachary Turner Date: Wed, 7 Jun 2017 04:24:33 +0000 (+0000) Subject: Add dependency from AsmParser to BinaryFormat. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ce49018b11095795dab0fe77a796af06a95b77ad;p=llvm 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 --- diff --git a/lib/AsmParser/LLVMBuild.txt b/lib/AsmParser/LLVMBuild.txt index 3bc31ed910a..82dba8c15bb 100644 --- a/lib/AsmParser/LLVMBuild.txt +++ b/lib/AsmParser/LLVMBuild.txt @@ -19,4 +19,4 @@ type = Library name = AsmParser parent = Libraries -required_libraries = Core Support +required_libraries = BinaryFormat Core Support