From: Hal Finkel Date: Mon, 16 Dec 2013 15:48:09 +0000 (+0000) Subject: Set has_asmparser in PowerPC/LLVMBuild.txt X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=49fe9da34a51fd82c05e69fa98fdccfcaf49a4bd;p=oota-llvm.git Set has_asmparser in PowerPC/LLVMBuild.txt PowerPC now has an asm parser (and has for many months now); indicate this in PowerPC/LLVMBuild.txt. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197393 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/PowerPC/LLVMBuild.txt b/lib/Target/PowerPC/LLVMBuild.txt index 9637b40ac01..3ddef36d071 100644 --- a/lib/Target/PowerPC/LLVMBuild.txt +++ b/lib/Target/PowerPC/LLVMBuild.txt @@ -22,6 +22,7 @@ subdirectories = AsmParser InstPrinter MCTargetDesc TargetInfo type = TargetGroup name = PowerPC parent = Target +has_asmparser = 1 has_asmprinter = 1 has_jit = 1