Attempt to fix the BUILD_SHARED_LIBS build after the DIExpression change

llvm-svn: 311595
This commit is contained in:
Reid Kleckner 2017-08-23 20:39:35 +00:00
parent 67886a34d2
commit d2986e99c1

View File

@ -19,4 +19,4 @@
type = Library
name = MIRParser
parent = CodeGen
required_libraries = AsmParser CodeGen Core MC Support Target
required_libraries = AsmParser BinaryFormat CodeGen Core MC Support Target