[llvm-commits] [llvm] r39800 - in /llvm/trunk: autoconf/AutoRegen.sh autoconf/configure.ac llvm.spec.in

Gabor Greif ggreif at gmail.com
Fri Jul 13 02:48:30 PDT 2007


Author: ggreif
Date: Fri Jul 13 04:48:29 2007
New Revision: 39800

URL: http://llvm.org/viewvc/llvm-project?rev=39800&view=rev
Log:
* llvm.spec.in: update blurb
* autoconf/AutoRegen.sh: use variables for autofoo versions
* autoconf/configure.ac: test for some more functions
                         that are not guaranteed on solaris

Note: the svn:mime-type of autoconf/AutoRegen.sh
      should be set to something that allows for
			text compares using svn diff

Modified:
    llvm/trunk/autoconf/AutoRegen.sh
    llvm/trunk/autoconf/configure.ac
    llvm/trunk/llvm.spec.in

Modified: llvm/trunk/autoconf/AutoRegen.sh
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/autoconf/AutoRegen.sh?rev=39800&r1=39799&r2=39800&view=diff

==============================================================================
Binary files - no diff available.

Modified: llvm/trunk/autoconf/configure.ac
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/autoconf/configure.ac?rev=39800&r1=39799&r2=39800&view=diff

==============================================================================
--- llvm/trunk/autoconf/configure.ac (original)
+++ llvm/trunk/autoconf/configure.ac Fri Jul 13 04:48:29 2007
@@ -721,7 +721,8 @@
 dnl===-----------------------------------------------------------------------===
 
 AC_CHECK_FUNCS([backtrace ceilf floorf roundf rintf nearbyintf getcwd ])
-AC_CHECK_FUNCS([getpagesize getrusage getrlimit setrlimit gettimeofday])
+AC_CHECK_FUNCS([powf fmodf strtof round ])
+AC_CHECK_FUNCS([getpagesize getrusage getrlimit setrlimit gettimeofday ])
 AC_CHECK_FUNCS([isatty mkdtemp mkstemp ])
 AC_CHECK_FUNCS([mktemp realpath sbrk setrlimit strdup strerror strerror_r ])
 AC_CHECK_FUNCS([strtoll strtoq sysconf malloc_zone_statistics ])

Modified: llvm/trunk/llvm.spec.in
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/llvm.spec.in?rev=39800&r1=39799&r2=39800&view=diff

==============================================================================
--- llvm/trunk/llvm.spec.in (original)
+++ llvm/trunk/llvm.spec.in Fri Jul 13 04:48:29 2007
@@ -15,8 +15,9 @@
 LLVM is a compiler infrastructure designed for compile-time, link-time, runtime,
 and idle-time optimization of programs from arbitrary programming languages.
 LLVM is written in C++ and has been developed since 2000 at the University of
-Illinois and Apple.  It currently supports compilation of C and C++ programs, 
-using front-ends derived from GCC 3.4 and 4.0.1. The compiler infrastructure 
+Illinois and Apple. It currently supports compilation of C and C++ programs, 
+using front-ends derived from GCC 4.0.1. A new front-end for the C family of
+languages is in development. The compiler infrastructure
 includes mirror sets of programming tools as well as libraries with equivalent
 functionality.
 





More information about the llvm-commits mailing list