mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-27 11:22:34 +00:00
* Build-depend on llvm-spirv-19.
This commit is contained in:
parent
8e77584fe9
commit
e1ab65cefa
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -3,12 +3,13 @@ llvm-toolchain-19 (1:19.1.0~++rc4-6) UNRELEASED; urgency=medium
|
||||
[ Matthias Klose ]
|
||||
* debian/qualify-clang.sh: Skip llvmlibc test, if libllvmlibc-dev is not
|
||||
available.
|
||||
* Build-depend on llvm-spirv-19.
|
||||
|
||||
[ YunQiang Su ]
|
||||
* also pass -mxgot in LDFLAGS.
|
||||
* 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
|
||||
|
||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -27,7 +27,7 @@ Build-Depends: debhelper (>= 10.0), cmake, ninja-build,
|
||||
# "| hello" is for older buster/bionic distros without spirv support
|
||||
# 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
|
||||
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],
|
||||
wasi-libc | hello,
|
||||
libcurl4-openssl-dev <!stage1> | libcurl-dev <!stage1>,
|
||||
|
2
debian/control.in
vendored
2
debian/control.in
vendored
@ -27,7 +27,7 @@ Build-Depends: debhelper (>= 10.0), cmake, ninja-build,
|
||||
# "| hello" is for older buster/bionic distros without spirv support
|
||||
# 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
|
||||
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],
|
||||
wasi-libc | hello,
|
||||
libcurl4-openssl-dev <!stage1> | libcurl-dev <!stage1>,
|
||||
|
Loading…
Reference in New Issue
Block a user