mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 22:51:10 +00:00
Now llvm-16 is built everywhere, add spirv
This commit is contained in:
parent
27b9a9bc59
commit
b00ef832ca
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -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
2
debian/control
vendored
@ -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
2
debian/control.in
vendored
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user