From: Rafael Espindola Date: Wed, 23 Jul 2014 22:54:28 +0000 (+0000) Subject: Fix the build when building with only the ARM backend. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=48b8c128df059823e15f4b030db23664713dc442;p=oota-llvm.git Fix the build when building with only the ARM backend. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213814 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ARM/MCTargetDesc/LLVMBuild.txt b/lib/Target/ARM/MCTargetDesc/LLVMBuild.txt index 2a7fe6188b5..8c82a0de10a 100644 --- a/lib/Target/ARM/MCTargetDesc/LLVMBuild.txt +++ b/lib/Target/ARM/MCTargetDesc/LLVMBuild.txt @@ -19,5 +19,5 @@ type = Library name = ARMDesc parent = ARM -required_libraries = ARMAsmPrinter ARMInfo MC Support +required_libraries = ARMAsmPrinter ARMInfo MCDisassembler Support add_to_library_groups = ARM