From 9151f6474c0c3c696e75a12a605c48f54da4665f Mon Sep 17 00:00:00 2001 From: Stephen Hines Date: Wed, 12 Jun 2013 13:36:56 -0700 Subject: Update LLVM for merge to r183849. s/LLVM_HOSTTRIPLE/LLVM_HOST_TRIPLE Add #include to LinkModules.cpp for isdigit(). Add missing libLLVMObject to llc dependencies. Android.mk updates: Remove Linker.cpp Remove JITDwarfEmitter.cpp Remove MipsDirectObjLower.cpp Add MCExternalSymbolizer.cpp Add MCRelocationInfo.cpp Add MCSymbolizer.cpp Add ARMMachORelocationInfo.cpp Add Mips16HardFloat.cpp Add MipsOptimizeMathLibCalls.cpp Add X86ELFRelocationInfo.cpp Add X86MachORelocationInfo.cpp Change-Id: I3f3dbc2b62e89ef9e303f5456c6a99f0937f6981 --- include/llvm/Config/llvm-platform-config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/llvm/Config') diff --git a/include/llvm/Config/llvm-platform-config.h b/include/llvm/Config/llvm-platform-config.h index fb1b08f..9d47ffd 100644 --- a/include/llvm/Config/llvm-platform-config.h +++ b/include/llvm/Config/llvm-platform-config.h @@ -15,7 +15,7 @@ #define LLVM_NATIVE_ARCH X86 /* Host triple LLVM will be executed on */ -#define LLVM_HOSTTRIPLE "i686-unknown-linux-gnu" +#define LLVM_HOST_TRIPLE "i686-unknown-linux-gnu" /* LLVM name for the native AsmParser init function, if available */ #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser @@ -42,7 +42,7 @@ #define LLVM_NATIVE_ARCH ARM /* Host triple LLVM will be executed on */ -#define LLVM_HOSTTRIPLE "arm-unknown-linux-gnu" +#define LLVM_HOST_TRIPLE "arm-unknown-linux-gnu" /* LLVM name for the native AsmParser init function, if available */ #define LLVM_NATIVE_ASMPARSER LLVMInitializeARMAsmParser @@ -69,7 +69,7 @@ #define LLVM_NATIVE_ARCH Mips /* Host triple LLVM will be executed on */ -#define LLVM_HOSTTRIPLE "mipsel-unknown-linux-gnu" +#define LLVM_HOST_TRIPLE "mipsel-unknown-linux-gnu" /* LLVM name for the native AsmParser init function, if available */ #define LLVM_NATIVE_ASMPARSER LLVMInitializeMipsAsmParser -- cgit v1.1