summaryrefslogtreecommitdiffstats
path: root/devel/llvm/DETAILS
blob: 9dd85b6ad5f0b2cf3bbfa016d6889fbfada53024 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
           SPELL=llvm
         VERSION=3.3
          SOURCE="${SPELL}-${VERSION}.src.tar.gz"
         SOURCE2=$SOURCE.sig
   SOURCE_URL[0]=http://${SPELL}.org/releases/${VERSION}/${SOURCE}
  SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
      SOURCE_GPG=llvm.gpg:$SOURCE2:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
if [[ "$LLVM_WITH_CLANG" == y ]]; then
         SOURCE3="cfe-${VERSION}.src.tar.gz"
  SOURCE3_URL[0]="http://${SPELL}.org/releases/${VERSION}/${SOURCE3}"
         SOURCE4="$SOURCE3.sig"
  SOURCE4_URL[0]="${SOURCE3_URL[0]}.sig"
     SOURCE3_GPG="llvm.gpg:$SOURCE4:UPSTREAM_KEY"
  SOURCE4_IGNORE="signature"
fi
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}.src"
        WEB_SITE="http://llvm.org"
      LICENSE[0]=BSD
         ENTERED=20081115
           SHORT="A novel compiler infrastructure for the optimization of programs."
cat << EOF
Low-Level Virtual Machine (LLVM) is a compiler infrastructure designed for
compile-time, link-time, run-time, and "idle-time" optimization of programs
from arbitrary programming languages. It currently supports compilation of
C, Objective-C, and C++ programs, using front-ends derived from GCC 4.0,
GCC 4.2, and a custom new front-end, "clang". It supports x86, x86_64, ia64,
PowerPC, and SPARC, with support for Alpha and ARM under development.
EOF