From 2123c1c0de9e6006dfffe9123b4b992703202e3e Mon Sep 17 00:00:00 2001 From: Stephen Hines Date: Tue, 5 Mar 2013 23:29:52 -0800 Subject: Update build rules for LLVM merge to version 176139. Change-Id: Ibb71ad9a6a2ed05dbf87f249ac42b1355e3fa41a --- include/llvm/Config/llvm-platform-config.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'include/llvm/Config/llvm-platform-config.h') diff --git a/include/llvm/Config/llvm-platform-config.h b/include/llvm/Config/llvm-platform-config.h index 8f4f19f..fb1b08f 100644 --- a/include/llvm/Config/llvm-platform-config.h +++ b/include/llvm/Config/llvm-platform-config.h @@ -14,6 +14,9 @@ /* LLVM architecture name for the native architecture, if available */ #define LLVM_NATIVE_ARCH X86 +/* Host triple LLVM will be executed on */ +#define LLVM_HOSTTRIPLE "i686-unknown-linux-gnu" + /* LLVM name for the native AsmParser init function, if available */ #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser @@ -38,6 +41,9 @@ /* LLVM architecture name for the native architecture, if available */ #define LLVM_NATIVE_ARCH ARM +/* Host triple LLVM will be executed on */ +#define LLVM_HOSTTRIPLE "arm-unknown-linux-gnu" + /* LLVM name for the native AsmParser init function, if available */ #define LLVM_NATIVE_ASMPARSER LLVMInitializeARMAsmParser @@ -62,6 +68,9 @@ /* LLVM architecture name for the native architecture, if available */ #define LLVM_NATIVE_ARCH Mips +/* Host triple LLVM will be executed on */ +#define LLVM_HOSTTRIPLE "mipsel-unknown-linux-gnu" + /* LLVM name for the native AsmParser init function, if available */ #define LLVM_NATIVE_ASMPARSER LLVMInitializeMipsAsmParser -- cgit v1.1