           SPELL=llvm
         VERSION=2.7
          SOURCE="${SPELL}-${VERSION}.tgz"
   SOURCE_URL[0]=http://${SPELL}.org/releases/${VERSION}/${SOURCE}
     SOURCE_HASH=sha512:d0544893c5343b69a99f9cb336e0a0ee6c1fb94c24e7794f61190829543d424626868e1901a110c82987c0af8292cfa7d89a3a762a2b6f27b98a924ccecc4b6c
if [[ "$LLVM_WITH_CLANG" == y ]]; then
         SOURCE2="clang-${VERSION}.tgz"
  SOURCE2_URL[0]=http://${SPELL}.org/releases/${VERSION}/${SOURCE2}
    SOURCE2_HASH=sha512:01822007c96374baa66d17f5807b96353bb9ebc57b43dcf78517d8f5bc9413c83daa0c9ff8a830071d90b86a6dcc6a7027fbf9b0ae7556ab1a736839162e67a7
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
