VER=21.1.8
REL=2
# Use tarball-based source when possible
SRCS="tbl::https://github.com/llvm/llvm-project/releases/download/llvmorg-$VER/llvm-project-$VER.src.tar.xz"
SUBDIR="llvm-project-$VER.src/llvm"
# Use git-based source when the upstream hasn't uploaded their own tarball yet
#SRCS="git::commit=tags/llvmorg-${VER}::https://github.com/llvm/llvm-project.git"
#SUBDIR="llvm-21/llvm"

CHKSUMS="sha256::4633a23617fa31a3ea51242586ea7fb1da7140e426bd62fc164261fe036aa142"
CHKUPDATE="anitya::id=1830"

ENVREQ="total_mem=60"
