1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

Add dependency from AsmParser to BinaryFormat.

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

llvm-svn: 304866
This commit is contained in:
Zachary Turner 2017-06-07 04:24:33 +00:00
parent 6bd8d7fb33
commit 7fe7b69c89

View File

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