From: Reid Kleckner Date: Wed, 23 Aug 2017 20:39:35 +0000 (+0000) Subject: Attempt to fix the BUILD_SHARED_LIBS build after the DIExpression change X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5417eb62a03c71fab1447b502e649e4318429f4d;p=llvm 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 --- diff --git a/lib/CodeGen/MIRParser/LLVMBuild.txt b/lib/CodeGen/MIRParser/LLVMBuild.txt index 2852124786e..6269b005a98 100644 --- a/lib/CodeGen/MIRParser/LLVMBuild.txt +++ b/lib/CodeGen/MIRParser/LLVMBuild.txt @@ -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