From 79f06f3cbcf2cb0394d33382186c31f2967cb400 Mon Sep 17 00:00:00 2001 From: Logan Chien Date: Sat, 26 Nov 2011 14:18:36 +0800 Subject: Add build rules for MIPS. Change-Id: Id929ad67b41e048102e89617bf6d2ba390aac1f1 --- host/include/llvm/Config/AsmPrinters.def | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'host/include/llvm/Config/AsmPrinters.def') diff --git a/host/include/llvm/Config/AsmPrinters.def b/host/include/llvm/Config/AsmPrinters.def index cefdfeb..ed417b0 100644 --- a/host/include/llvm/Config/AsmPrinters.def +++ b/host/include/llvm/Config/AsmPrinters.def @@ -24,6 +24,8 @@ # error Please define the macro LLVM_ASM_PRINTER(TargetName) #endif -LLVM_ASM_PRINTER(ARM) LLVM_ASM_PRINTER(X86) LLVM_ASM_PRINTER(X86) +LLVM_ASM_PRINTER(ARM) +LLVM_ASM_PRINTER(Mips) +LLVM_ASM_PRINTER(X86) #undef LLVM_ASM_PRINTER -- cgit v1.1