# # The LLVM compiler. # # The LLVM Project is a collection of modular and reusable compiler and # toolchain technologies. Despite its name, LLVM has little to do with # traditional virtual machines. The name "LLVM" itself is not an # acronym; it is the full name of the project. # # For more information, visit: https://llvm.org # QICFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QICXXFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QILDFLAGS="-s" QICPPFLAGS="-D_FORTIFY_SOURCE=2" pkgname=llvm pkgversion=15.0.7 arch=amd64 release=1 pkgcategory="devel" full_pkgname=llvm_15.0.7_amd64-1@devel blurb="The LLVM compiler." homepage="https://llvm.org" license="Apachev2 + LLVM exceptions" fetch=" https://github.com/llvm/llvm-project/releases/download/llvmorg-15.0.7/llvm-15.0.7.src.tar.xz https://github.com/llvm/llvm-project/releases/download/llvmorg-15.0.7/clang-15.0.7.src.tar.xz https://github.com/llvm/llvm-project/releases/download/llvmorg-15.0.7/compiler-rt-15.0.7.src.tar.xz https://github.com/llvm/llvm-project/releases/download/llvmorg-15.0.7/cmake-15.0.7.src.tar.xz https://github.com/llvm/llvm-project/releases/download/llvmorg-15.0.7/libunwind-15.0.7.src.tar.xz " replace=""