svn commit: r207992 -
projects/clangbsd-import/usr.bin/clang/include/llvm/Config
Ed Schouten
ed at FreeBSD.org
Wed May 12 19:27:26 UTC 2010
Author: ed
Date: Wed May 12 19:27:26 2010
New Revision: 207992
URL: http://svn.freebsd.org/changeset/base/207992
Log:
Update config.h.
Modified:
projects/clangbsd-import/usr.bin/clang/include/llvm/Config/config.h
Modified: projects/clangbsd-import/usr.bin/clang/include/llvm/Config/config.h
==============================================================================
--- projects/clangbsd-import/usr.bin/clang/include/llvm/Config/config.h Wed May 12 19:24:31 2010 (r207991)
+++ projects/clangbsd-import/usr.bin/clang/include/llvm/Config/config.h Wed May 12 19:27:26 2010 (r207992)
@@ -1,15 +1,6 @@
-/* $FreeBSD$ */
/* 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. */
-/* Define if dlopen(0) will open the symbols of the program */
-#define CAN_DLOPEN_SELF 1
-
-/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
- systems. This function is required for `alloca.c' support on those systems.
- */
-/* #undef CRAY_STACKSEG_END */
-
/* 32 bit multilib directory. */
#define CXX_INCLUDE_32BIT_DIR ""
@@ -22,9 +13,6 @@
/* Directory with the libstdc++ headers. */
#define CXX_INCLUDE_ROOT ""
-/* Define to 1 if using `alloca.c'. */
-/* #undef C_ALLOCA */
-
/* Directories clang will search for headers */
#define C_INCLUDE_DIRS ""
@@ -37,12 +25,8 @@
/* Define if threads enabled */
/* #undef ENABLE_THREADS */
-/* Define to 1 if you have `alloca', as a function or macro. */
-#define HAVE_ALLOCA 1
-
-/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
- */
-/* #undef HAVE_ALLOCA_H */
+/* 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 */
@@ -71,9 +55,6 @@
/* Define to 1 if you have the `bcopy' function. */
/* #undef HAVE_BCOPY */
-/* Does not have bi-directional iterator */
-#define HAVE_BI_ITERATOR 0
-
/* Define to 1 if you have the `ceilf' function. */
#define HAVE_CEILF 1
@@ -150,9 +131,6 @@
/* Define to 1 if you have the `fmodf' function. */
#define HAVE_FMODF 1
-/* Does not have forward iterator */
-#define HAVE_FWD_ITERATOR 0
-
/* Define to 1 if you have the `getcwd' function. */
#define HAVE_GETCWD 1
@@ -273,14 +251,11 @@
/* Define if mmap() uses MAP_ANONYMOUS to map anonymous pages, or undefine if
it uses MAP_ANON */
-/* #undef HAVE_MMAP_ANONYMOUS */
+#define HAVE_MMAP_ANONYMOUS 1
/* Define if mmap() can map files into memory */
#define HAVE_MMAP_FILE
-/* define if the compiler implements namespaces */
-#define HAVE_NAMESPACES
-
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
/* #undef HAVE_NDIR_H */
@@ -293,6 +268,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
@@ -377,9 +355,6 @@
/* Set to 1 if the std::isnan function is found in <cmath> */
#define HAVE_STD_ISNAN_IN_CMATH 1
-/* Does not have std namespace iterator */
-#define HAVE_STD_ITERATOR 1
-
/* Define to 1 if you have the `strchr' function. */
#define HAVE_STRCHR 1
@@ -472,17 +447,17 @@
/* Define to 1 if the system has the type `u_int64_t'. */
/* #undef HAVE_U_INT64_T */
+/* Define to 1 if you have the <valgrind/valgrind.h> header file. */
+/* #undef HAVE_VALGRIND_VALGRIND_H */
+
/* Define to 1 if you have the <windows.h> header file. */
/* #undef HAVE_WINDOWS_H */
/* Define to 1 if you have the `__dso_handle' function. */
#define HAVE___DSO_HANDLE 1
-/* Time at which LLVM was configured */
-#define LLVM_CONFIGTIME "Thu Oct 15 19:21:29 CEST 2009"
-
/* Build multithreading support into LLVM */
-#define LLVM_MULTITHREADED 1
+/* #undef LLVM_MULTITHREADED */
/* LLVM architecture name for the native architecture, if available */
#define LLVM_NATIVE_ARCH X86Target
@@ -551,25 +526,17 @@
#define PACKAGE_NAME "llvm"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "llvm 2.7svn"
+#define PACKAGE_STRING "llvm 2.8svn"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "-llvm-"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "2.7svn"
+#define PACKAGE_VERSION "2.8svn"
/* Define as the return type of signal handlers (`int' or `void'). */
#define RETSIGTYPE void
-/* If using the C implementation of alloca, define if you know the
- direction of stack growth for your system; otherwise it will be
- automatically deduced at runtime.
- STACK_DIRECTION > 0 => grows toward higher addresses
- STACK_DIRECTION < 0 => grows toward lower addresses
- STACK_DIRECTION = 0 => direction of growth unknown */
-/* #undef STACK_DIRECTION */
-
/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
/* #undef STAT_MACROS_BROKEN */
More information about the svn-src-projects
mailing list