From ce49018b11095795dab0fe77a796af06a95b77ad Mon Sep 17 00:00:00 2001 From: Zachary Turner Date: Wed, 7 Jun 2017 04:24:33 +0000 Subject: [PATCH] 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 --- lib/AsmParser/LLVMBuild.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0