* update lld to 19.1.7-1
This commit is contained in:
parent
b82b85f28a
commit
a13905fe93
29
lld/.SRCINFO
29
lld/.SRCINFO
@ -1,7 +1,7 @@
|
||||
pkgbase = lld
|
||||
pkgdesc = Linker from the LLVM project
|
||||
pkgver = 18.1.8
|
||||
pkgrel = 1.1
|
||||
pkgver = 19.1.7
|
||||
pkgrel = 1
|
||||
url = https://lld.llvm.org/
|
||||
arch = x86_64
|
||||
arch = powerpc64le
|
||||
@ -17,23 +17,24 @@ pkgbase = lld
|
||||
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 = https://github.com/llvm/llvm-project/releases/download/llvmorg-19.1.7/lld-19.1.7.src.tar.xz
|
||||
source = https://github.com/llvm/llvm-project/releases/download/llvmorg-19.1.7/lld-19.1.7.src.tar.xz.sig
|
||||
source = https://github.com/llvm/llvm-project/releases/download/llvmorg-19.1.7/llvm-19.1.7.src.tar.xz
|
||||
source = https://github.com/llvm/llvm-project/releases/download/llvmorg-19.1.7/llvm-19.1.7.src.tar.xz.sig
|
||||
source = https://github.com/llvm/llvm-project/releases/download/llvmorg-19.1.7/libunwind-19.1.7.src.tar.xz
|
||||
source = https://github.com/llvm/llvm-project/releases/download/llvmorg-19.1.7/libunwind-19.1.7.src.tar.xz.sig
|
||||
source = https://github.com/llvm/llvm-project/releases/download/llvmorg-19.1.7/cmake-19.1.7.src.tar.xz
|
||||
source = https://github.com/llvm/llvm-project/releases/download/llvmorg-19.1.7/cmake-19.1.7.src.tar.xz.sig
|
||||
source = llvm-ppc64-elfv2.patch
|
||||
validpgpkeys = 474E22316ABF4785A88C6E8EA2C794A986419D8A
|
||||
sha256sums = 800e6805fb613eb8428f7a199f6d06c4c19f78f2db69157a129bb04fc1c99769
|
||||
validpgpkeys = D574BD5D1D0E98895E3BF90044F2485E45D59042
|
||||
sha256sums = 630bf0f31b210e89fd7869bdfd6c376d010fc3b72ee42f08058435035c432e42
|
||||
sha256sums = SKIP
|
||||
sha256sums = f68cf90f369bc7d0158ba70d860b0cb34dbc163d6ff0ebc6cfa5e515b9b2e28d
|
||||
sha256sums = 96f833c6ad99a3e8e1d9aca5f439b8fd2c7efdcf83b664e0af1c0712c5315910
|
||||
sha256sums = SKIP
|
||||
sha256sums = c31577d16978b0da0e472ef751f74893a5b459a7ea4a383b75f7ab93cf1e6877
|
||||
sha256sums = 10e650f436bc416674f01b5e01177405886f4d0f0b2568c6808044eacad52ea0
|
||||
sha256sums = SKIP
|
||||
sha256sums = 59badef592dd34893cd319d42b323aaa990b452d05c7180ff20f23ab1b41e837
|
||||
sha256sums = 11c5a28f90053b0c43d0dec3d0ad579347fc277199c005206b963c19aae514e3
|
||||
sha256sums = SKIP
|
||||
sha256sums = 8c4e8db0b80b1a86f8cff9aa678b70458503bc8926ecc41e0df953ea14ab3559
|
||||
|
||||
|
17
lld/PKGBUILD
17
lld/PKGBUILD
@ -3,8 +3,8 @@
|
||||
# Contributor: Jan "heftig" Steffens <jan.steffens@gmail.com>
|
||||
|
||||
pkgname=lld
|
||||
pkgver=18.1.8
|
||||
pkgrel=1.1
|
||||
pkgver=19.1.7
|
||||
pkgrel=1
|
||||
pkgdesc="Linker from the LLVM project"
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
url="https://lld.llvm.org/"
|
||||
@ -17,16 +17,17 @@ source=($_source_base/lld-$pkgver.src.tar.xz{,.sig}
|
||||
$_source_base/libunwind-$pkgver.src.tar.xz{,.sig}
|
||||
$_source_base/cmake-$pkgver.src.tar.xz{,.sig}
|
||||
llvm-ppc64-elfv2.patch)
|
||||
sha256sums=('800e6805fb613eb8428f7a199f6d06c4c19f78f2db69157a129bb04fc1c99769'
|
||||
sha256sums=('630bf0f31b210e89fd7869bdfd6c376d010fc3b72ee42f08058435035c432e42'
|
||||
'SKIP'
|
||||
'f68cf90f369bc7d0158ba70d860b0cb34dbc163d6ff0ebc6cfa5e515b9b2e28d'
|
||||
'96f833c6ad99a3e8e1d9aca5f439b8fd2c7efdcf83b664e0af1c0712c5315910'
|
||||
'SKIP'
|
||||
'c31577d16978b0da0e472ef751f74893a5b459a7ea4a383b75f7ab93cf1e6877'
|
||||
'10e650f436bc416674f01b5e01177405886f4d0f0b2568c6808044eacad52ea0'
|
||||
'SKIP'
|
||||
'59badef592dd34893cd319d42b323aaa990b452d05c7180ff20f23ab1b41e837'
|
||||
'11c5a28f90053b0c43d0dec3d0ad579347fc277199c005206b963c19aae514e3'
|
||||
'SKIP'
|
||||
'8c4e8db0b80b1a86f8cff9aa678b70458503bc8926ecc41e0df953ea14ab3559')
|
||||
validpgpkeys=('474E22316ABF4785A88C6E8EA2C794A986419D8A') # Tom Stellard <tstellar@redhat.com>
|
||||
validpgpkeys=('474E22316ABF4785A88C6E8EA2C794A986419D8A' # Tom Stellard <tstellar@redhat.com>
|
||||
'D574BD5D1D0E98895E3BF90044F2485E45D59042') # Tobias Hieta <tobias@hieta.se>
|
||||
|
||||
prepare() {
|
||||
# https://bugs.llvm.org/show_bug.cgi?id=49228
|
||||
@ -48,7 +49,7 @@ build() {
|
||||
-DCMAKE_BUILD_TYPE=Release
|
||||
-DCMAKE_INSTALL_PREFIX=/usr
|
||||
-DCMAKE_INSTALL_DOCDIR=share/doc
|
||||
-DCMAKE_SKIP_RPATH=ON
|
||||
-DCMAKE_SKIP_INSTALL_RPATH=ON
|
||||
-DBUILD_SHARED_LIBS=ON
|
||||
-DLLVM_BUILD_DOCS=ON
|
||||
-DLLVM_ENABLE_SPHINX=ON
|
||||
|
Loading…
x
Reference in New Issue
Block a user