From 5417eb62a03c71fab1447b502e649e4318429f4d Mon Sep 17 00:00:00 2001 From: Reid Kleckner Date: Wed, 23 Aug 2017 20:39:35 +0000 Subject: [PATCH] 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 --- lib/CodeGen/MIRParser/LLVMBuild.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1