diff options
author | Gabor Greif <ggreif@gmail.com> | 2007-07-13 09:48:29 +0000 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2007-07-13 09:48:29 +0000 |
commit | f307d942ece60e9adc33fefb6a74d4585a1746c6 (patch) | |
tree | a726826aee957c04b5992566d46971e01bc9f259 /llvm/llvm.spec.in | |
parent | 441b3d47be5e344a622f4e340f199ac3efb9db0e (diff) | |
download | llvm-f307d942ece60e9adc33fefb6a74d4585a1746c6.zip llvm-f307d942ece60e9adc33fefb6a74d4585a1746c6.tar.gz llvm-f307d942ece60e9adc33fefb6a74d4585a1746c6.tar.bz2 |
* 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
llvm-svn: 39800
Diffstat (limited to 'llvm/llvm.spec.in')
-rw-r--r-- | llvm/llvm.spec.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/llvm.spec.in b/llvm/llvm.spec.in index 1091f2d..9284d65 100644 --- a/llvm/llvm.spec.in +++ b/llvm/llvm.spec.in @@ -15,8 +15,9 @@ BuildRequires: gcc >= 3.4 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. |