Attempt to fix the BUILD_SHARED_LIBS build after the DIExpression change

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@311595 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Kleckner 2017-08-23 20:39:35 +00:00
parent a5b2af0eae
commit 5417eb62a0

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