* update lld to 18.1.8-1.1

This commit is contained in:
Alexander Baldeck 2024-10-18 10:34:50 +02:00
parent 64edde5591
commit d2e9455d17
2 changed files with 41 additions and 1 deletions

40
lld/.SRCINFO Normal file
View File

@ -0,0 +1,40 @@
pkgbase = lld
pkgdesc = Linker from the LLVM project
pkgver = 18.1.8
pkgrel = 1.1
url = https://lld.llvm.org/
arch = x86_64
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = riscv64
license = Apache-2.0 WITH LLVM-exception
makedepends = llvm
makedepends = cmake
makedepends = ninja
makedepends = python-sphinx
depends = llvm-libs
depends = gcc-libs
depends = zlib
depends = zstd
source = https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.8/lld-18.1.8.src.tar.xz
source = https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.8/lld-18.1.8.src.tar.xz.sig
source = https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.8/llvm-18.1.8.src.tar.xz
source = https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.8/llvm-18.1.8.src.tar.xz.sig
source = https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.8/libunwind-18.1.8.src.tar.xz
source = https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.8/libunwind-18.1.8.src.tar.xz.sig
source = https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.8/cmake-18.1.8.src.tar.xz
source = https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.8/cmake-18.1.8.src.tar.xz.sig
source = llvm-ppc64-elfv2.patch
validpgpkeys = 474E22316ABF4785A88C6E8EA2C794A986419D8A
sha256sums = 800e6805fb613eb8428f7a199f6d06c4c19f78f2db69157a129bb04fc1c99769
sha256sums = SKIP
sha256sums = f68cf90f369bc7d0158ba70d860b0cb34dbc163d6ff0ebc6cfa5e515b9b2e28d
sha256sums = SKIP
sha256sums = c31577d16978b0da0e472ef751f74893a5b459a7ea4a383b75f7ab93cf1e6877
sha256sums = SKIP
sha256sums = 59badef592dd34893cd319d42b323aaa990b452d05c7180ff20f23ab1b41e837
sha256sums = SKIP
sha256sums = 8c4e8db0b80b1a86f8cff9aa678b70458503bc8926ecc41e0df953ea14ab3559
pkgname = lld

View File

@ -4,7 +4,7 @@
pkgname=lld pkgname=lld
pkgver=18.1.8 pkgver=18.1.8
pkgrel=1 pkgrel=1.1
pkgdesc="Linker from the LLVM project" pkgdesc="Linker from the LLVM project"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://lld.llvm.org/" url="https://lld.llvm.org/"