Now llvm-16 is built everywhere, add spirv

This commit is contained in:
Gianfranco Costamagna 2023-09-10 08:19:07 +02:00
parent 27b9a9bc59
commit b00ef832ca
3 changed files with 8 additions and 4 deletions

8
debian/changelog vendored
View File

@ -1,9 +1,13 @@
llvm-toolchain-16 (1:16.0.6-14) UNRELEASED; urgency=medium
llvm-toolchain-16 (1:16.0.6-14) unstable; urgency=medium
[ Sylvestre Ledru ]
* On bionic & buster, for apt.llvm.org, pass -DLLVM_ENABLE_ZSTD=OFF
as libzstd is too old
-- Sylvestre Ledru <sylvestre@debian.org> Fri, 08 Sep 2023 17:26:20 +0200
[ Gianfranco Costamagna ]
* Add i386 and mips64el to spirv architectures.
-- Gianfranco Costamagna <locutusofborg@debian.org> Sun, 10 Sep 2023 08:14:36 +0200
llvm-toolchain-16 (1:16.0.6-13) unstable; urgency=medium

2
debian/control vendored
View File

@ -23,7 +23,7 @@ Build-Depends: debhelper (>= 10.0), cmake, ninja-build,
libctypes-ocaml-dev [amd64 arm64 armhf ppc64el riscv64 s390x],
dh-exec, dh-ocaml [amd64 arm64 armhf ppc64el riscv64 s390x],
libpfm4-dev [linux-any], python3-setuptools, libz3-dev,
llvm-spirv-16 [ amd64 arm64 armel armhf ppc64el riscv64 s390x ] <!stage1> | hello [!i386],
llvm-spirv-16 [ amd64 arm64 armel armhf i386 mips64el ppc64el riscv64 s390x ] <!stage1> | hello [!i386],
spirv-tools [ linux-any ] | hello [ !i386],
wasi-libc | hello [ !any-i386],
libcurl4-openssl-dev | libcurl-dev,

2
debian/control.in vendored
View File

@ -23,7 +23,7 @@ Build-Depends: debhelper (>= 10.0), cmake, ninja-build,
libctypes-ocaml-dev [amd64 arm64 armhf ppc64el riscv64 s390x],
dh-exec, dh-ocaml [amd64 arm64 armhf ppc64el riscv64 s390x],
libpfm4-dev [linux-any], python3-setuptools, libz3-dev,
llvm-spirv-16 [ amd64 arm64 armel armhf ppc64el riscv64 s390x ] <!stage1> | hello [!i386],
llvm-spirv-16 [ amd64 arm64 armel armhf i386 mips64el ppc64el riscv64 s390x ] <!stage1> | hello [!i386],
spirv-tools [ linux-any ] | hello [ !i386],
wasi-libc | hello [ !any-i386],
libcurl4-openssl-dev | libcurl-dev,