aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Config
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2013-06-12 13:36:56 -0700
committerStephen Hines <srhines@google.com>2013-06-13 16:08:17 -0700
commit9151f6474c0c3c696e75a12a605c48f54da4665f (patch)
tree3ed2694746aaee6c0e78292d1fc565c230747ee8 /include/llvm/Config
parent1878f9a7874b1ff569d745c0269f49d3daf7203d (diff)
downloadexternal_llvm-9151f6474c0c3c696e75a12a605c48f54da4665f.zip
external_llvm-9151f6474c0c3c696e75a12a605c48f54da4665f.tar.gz
external_llvm-9151f6474c0c3c696e75a12a605c48f54da4665f.tar.bz2
Update LLVM for merge to r183849.
s/LLVM_HOSTTRIPLE/LLVM_HOST_TRIPLE Add #include<ctype.h> 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
Diffstat (limited to 'include/llvm/Config')
-rw-r--r--include/llvm/Config/llvm-platform-config.h6
1 files changed, 3 insertions, 3 deletions
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