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 6d353348e5
commit 950567aac4
1 changed files with 1 additions and 1 deletions

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