From a95f589c757c8c857096a07e0d376ca9aaec6c2c Mon Sep 17 00:00:00 2001 From: Shih-wei Liao Date: Sat, 11 Sep 2010 01:42:09 -0700 Subject: Apply changes on LLVM r112364 after merge. Change-Id: I9688675d46dca0d564206616c40b005669269010 --- host/include/llvm/Config/config.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'host/include/llvm/Config') diff --git a/host/include/llvm/Config/config.h b/host/include/llvm/Config/config.h index 85b4cca..8e18855 100644 --- a/host/include/llvm/Config/config.h +++ b/host/include/llvm/Config/config.h @@ -1,6 +1,9 @@ /* include/llvm/Config/config.h. Generated from config.h.in by configure. */ /* include/llvm/Config/config.h.in. Generated from autoconf/configure.ac by autoheader. */ +#ifndef CONFIG_H +#define CONFIG_H + /* 32 bit multilib directory. */ #define CXX_INCLUDE_32BIT_DIR "" @@ -25,6 +28,9 @@ /* Define if threads enabled */ #define ENABLE_THREADS 1 +/* Define if timestamp information (e.g., __DATE___) is allowed */ +#define ENABLE_TIMESTAMPS 1 + /* Define to 1 if you have the `argz_append' function. */ /* #undef HAVE_ARGZ_APPEND */ @@ -58,6 +64,9 @@ /* Define to 1 if you have the `closedir' function. */ #define HAVE_CLOSEDIR 1 +/* Define to 1 if you have the header file. */ +/* #undef HAVE_CRASHREPORTERCLIENT_H */ + /* Define to 1 if you have the header file. */ #define HAVE_CTYPE_H 1 @@ -444,6 +453,9 @@ /* Define to 1 if you have the `__dso_handle' function. */ #define HAVE___DSO_HANDLE 1 +/* Linker version detected at compile time. */ +/* #undef HOST_LINK_VERSION */ + /* Installation directory for binary executables */ #define LLVM_BINDIR "/usr/local/google/llvm/bin" @@ -480,6 +492,9 @@ /* LLVM architecture name for the native architecture, if available */ #define LLVM_NATIVE_ARCH X86Target +/* Short LLVM architecture name for the native architecture, if available */ +#define LLVM_NATIVE_ARCHNAME X86 + /* Define if this is Unixish platform */ #define LLVM_ON_UNIX 1 @@ -584,3 +599,5 @@ /* Define to `unsigned int' if does not define. */ /* #undef size_t */ + +#endif -- cgit v1.1