* Build-depend on llvm-spirv-19.

This commit is contained in:
Matthias Klose 2024-09-16 11:16:55 +02:00
parent 8e77584fe9
commit e1ab65cefa
3 changed files with 4 additions and 3 deletions

3
debian/changelog vendored
View File

@ -3,12 +3,13 @@ llvm-toolchain-19 (1:19.1.0~++rc4-6) UNRELEASED; urgency=medium
[ Matthias Klose ] [ Matthias Klose ]
* debian/qualify-clang.sh: Skip llvmlibc test, if libllvmlibc-dev is not * debian/qualify-clang.sh: Skip llvmlibc test, if libllvmlibc-dev is not
available. available.
* Build-depend on llvm-spirv-19.
[ YunQiang Su ] [ YunQiang Su ]
* also pass -mxgot in LDFLAGS. * also pass -mxgot in LDFLAGS.
* d/p/mips-mlir-xgot.diff: Pass -mxgot for mlir. * d/p/mips-mlir-xgot.diff: Pass -mxgot for mlir.
-- Matthias Klose <doko@debian.org> Tue, 10 Sep 2024 07:59:17 +0200 -- Matthias Klose <doko@debian.org> Mon, 16 Sep 2024 11:16:39 +0200
llvm-toolchain-19 (1:19.1.0~++rc4-5) unstable; urgency=medium llvm-toolchain-19 (1:19.1.0~++rc4-5) unstable; urgency=medium

2
debian/control vendored
View File

@ -27,7 +27,7 @@ Build-Depends: debhelper (>= 10.0), cmake, ninja-build,
# "| hello" is for older buster/bionic distros without spirv support # "| hello" is for older buster/bionic distros without spirv support
# We need to keep the constraints coherent between the two alternatives, otherwise # We need to keep the constraints coherent between the two alternatives, otherwise
# hello would get installed unexpectedly and prevent e.g. wasi-libc from getting pulled # hello would get installed unexpectedly and prevent e.g. wasi-libc from getting pulled
llvm-spirv-18 [amd64 arm64 armhf i386 ppc64 ppc64el riscv64 s390x] <!stage1> | hello [amd64 arm64 armhf i386 ppc64 ppc64el riscv64 s390x] <!stage1>, llvm-spirv-19 [amd64 arm64 armhf i386 ppc64 ppc64el riscv64 s390x] <!stage1> | hello [amd64 arm64 armhf i386 ppc64 ppc64el riscv64 s390x] <!stage1>,
spirv-tools [linux-any] <!stage1> | hello [linux-any], spirv-tools [linux-any] <!stage1> | hello [linux-any],
wasi-libc | hello, wasi-libc | hello,
libcurl4-openssl-dev <!stage1> | libcurl-dev <!stage1>, libcurl4-openssl-dev <!stage1> | libcurl-dev <!stage1>,

2
debian/control.in vendored
View File

@ -27,7 +27,7 @@ Build-Depends: debhelper (>= 10.0), cmake, ninja-build,
# "| hello" is for older buster/bionic distros without spirv support # "| hello" is for older buster/bionic distros without spirv support
# We need to keep the constraints coherent between the two alternatives, otherwise # We need to keep the constraints coherent between the two alternatives, otherwise
# hello would get installed unexpectedly and prevent e.g. wasi-libc from getting pulled # hello would get installed unexpectedly and prevent e.g. wasi-libc from getting pulled
llvm-spirv-18 [amd64 arm64 armhf i386 ppc64 ppc64el riscv64 s390x] <!stage1> | hello [amd64 arm64 armhf i386 ppc64 ppc64el riscv64 s390x] <!stage1>, llvm-spirv-19 [amd64 arm64 armhf i386 ppc64 ppc64el riscv64 s390x] <!stage1> | hello [amd64 arm64 armhf i386 ppc64 ppc64el riscv64 s390x] <!stage1>,
spirv-tools [linux-any] <!stage1> | hello [linux-any], spirv-tools [linux-any] <!stage1> | hello [linux-any],
wasi-libc | hello, wasi-libc | hello,
libcurl4-openssl-dev <!stage1> | libcurl-dev <!stage1>, libcurl4-openssl-dev <!stage1> | libcurl-dev <!stage1>,