aboutsummaryrefslogtreecommitdiffstats
path: root/host/include/llvm/Config/AsmPrinters.def
diff options
context:
space:
mode:
Diffstat (limited to 'host/include/llvm/Config/AsmPrinters.def')
-rw-r--r--host/include/llvm/Config/AsmPrinters.def4
1 files changed, 3 insertions, 1 deletions
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