]> granicus.if.org Git - llvm/commitdiff
Add dependency from AsmParser to BinaryFormat.
authorZachary Turner <zturner@google.com>
Wed, 7 Jun 2017 04:24:33 +0000 (04:24 +0000)
committerZachary Turner <zturner@google.com>
Wed, 7 Jun 2017 04:24:33 +0000 (04:24 +0000)
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

index 3bc31ed910a791e88421f6f67b8f0fe736fda7e5..82dba8c15bb8d1c2da98fe9e76e3221a49445342 100644 (file)
@@ -19,4 +19,4 @@
 type = Library
 name = AsmParser
 parent = Libraries
-required_libraries = Core Support
+required_libraries = BinaryFormat Core Support