Bump to 2.6svn.

Regenerate configure (last regen was with the wrong version).

llvm-svn: 62751
This commit is contained in:
Tanya Lattner 2009-01-22 05:17:59 +00:00
parent 9fc809e980
commit c4b1d8295d
3 changed files with 3416 additions and 1062 deletions

View File

@ -31,7 +31,7 @@ dnl===
dnl===-----------------------------------------------------------------------===
dnl Initialize autoconf and define the package name, version number and
dnl email address for reporting bugs.
AC_INIT([[llvm]],[[2.5svn]],[llvmbugs@cs.uiuc.edu])
AC_INIT([[llvm]],[[2.6svn]],[llvmbugs@cs.uiuc.edu])
dnl Provide a copyright substitution and ensure the copyright notice is included
dnl in the output of --version option of the generated configure script.

4470
llvm/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -20,6 +20,9 @@
/* Define if threads enabled */
#undef ENABLE_THREADS
/* Path to ffi.h */
#undef FFI_HEADER
/* Define to 1 if you have `alloca', as a function or macro. */
#undef HAVE_ALLOCA
@ -184,6 +187,9 @@
/* Define to 1 if you have the `elf' library (-lelf). */
#undef HAVE_LIBELF
/* Define to 1 if you have the libffi library (-lffi). */
#undef HAVE_LIBFFI
/* Define to 1 if you have the `imagehlp' library (-limagehlp). */
#undef HAVE_LIBIMAGEHLP