From 8a54f3e1f79c1e57e76a1cc53c6c5697374ea7b5 Mon Sep 17 00:00:00 2001 From: Shih-wei Liao Date: Fri, 4 Jun 2010 12:34:56 -0700 Subject: Initial slang. Change-Id: I4f84a741e5fbc440cd4c251406d2b611a237f713 --- host/include/llvm/Config/AsmPrinters.def | 2 +- host/include/llvm/Config/Targets.def | 2 +- host/include/llvm/Config/config.h | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) (limited to 'host/include') diff --git a/host/include/llvm/Config/AsmPrinters.def b/host/include/llvm/Config/AsmPrinters.def index 3cec2c5..cefdfeb 100644 --- a/host/include/llvm/Config/AsmPrinters.def +++ b/host/include/llvm/Config/AsmPrinters.def @@ -24,6 +24,6 @@ # error Please define the macro LLVM_ASM_PRINTER(TargetName) #endif -LLVM_ASM_PRINTER(X86) LLVM_ASM_PRINTER(X86) +LLVM_ASM_PRINTER(ARM) LLVM_ASM_PRINTER(X86) LLVM_ASM_PRINTER(X86) #undef LLVM_ASM_PRINTER diff --git a/host/include/llvm/Config/Targets.def b/host/include/llvm/Config/Targets.def index dbc8dd6..32f469d 100644 --- a/host/include/llvm/Config/Targets.def +++ b/host/include/llvm/Config/Targets.def @@ -23,6 +23,6 @@ # error Please define the macro LLVM_TARGET(TargetName) #endif -LLVM_TARGET(X86) LLVM_TARGET(X86) +LLVM_TARGET(ARM) LLVM_TARGET(X86) LLVM_TARGET(X86) #undef LLVM_TARGET diff --git a/host/include/llvm/Config/config.h b/host/include/llvm/Config/config.h index 7aa5fc1..85b4cca 100644 --- a/host/include/llvm/Config/config.h +++ b/host/include/llvm/Config/config.h @@ -259,6 +259,9 @@ /* Define to 1 if you have the `opendir' function. */ #define HAVE_OPENDIR 1 +/* Define to 1 if you have the `posix_spawn' function. */ +/*#define HAVE_POSIX_SPAWN 1*/ + /* Define to 1 if you have the `powf' function. */ #define HAVE_POWF 1 -- cgit v1.1