From: Coby Tayree Date: Thu, 24 Aug 2017 14:10:50 +0000 (+0000) Subject: [fixup][rL311639] X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=70379424612d79ed8b1c4007c82408d932598b12;p=llvm [fixup][rL311639] rL311639 created X86AsmParser a dependency in X86AsmPrinter, which broke builds this fix adds the necessary dep git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@311657 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/X86/AsmParser/LLVMBuild.txt b/lib/Target/X86/AsmParser/LLVMBuild.txt index 9f94d5d3886..67c0d1358d8 100644 --- a/lib/Target/X86/AsmParser/LLVMBuild.txt +++ b/lib/Target/X86/AsmParser/LLVMBuild.txt @@ -19,5 +19,5 @@ type = Library name = X86AsmParser parent = X86 -required_libraries = MC MCParser Support X86Desc X86Info +required_libraries = MC MCParser Support X86Desc X86Info X86AsmPrinter add_to_library_groups = X86