summaryrefslogtreecommitdiffstats
path: root/devel/llvm/DETAILS
blob: 1dabd64386b818e475bce922e54ba56b3cb0ddab (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
           SPELL=llvm
         VERSION=2.9
          SOURCE="${SPELL}-${VERSION}.tgz"
   SOURCE_URL[0]=http://${SPELL}.org/releases/${VERSION}/${SOURCE}
     SOURCE_HASH=sha512:9cb0fa0bb8ac02661fd6f926001a15e0ad4a9660683421dc86b03f1cf5184142c5815f9f9283ee7cdf8d474e01177f83406122253342e0e95ddc878821660070
if [[ "$LLVM_WITH_CLANG" == y ]]; then
         SOURCE2="clang-${VERSION}.tgz"
  SOURCE2_URL[0]=http://${SPELL}.org/releases/${VERSION}/${SOURCE2}
    SOURCE2_HASH=sha512:0046b716eae7c398a61fb733239f209b60bdd1817e6724730b9515e7ae765565a1e42a805cc06e6f1393d8254ebc845335b244aff825f3fcce551b958683d8f5
fi
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        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