mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2026-01-04 20:58:59 +00:00
Use spirv-16 to build llvm, this should fix mesa build
This commit is contained in:
parent
c32f435a1d
commit
4d733e01c2
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
||||
llvm-toolchain-16 (1:16.0.6-7) unstable; urgency=medium
|
||||
|
||||
* Use spirv-16 to build llvm. This should fix libclc-16 content
|
||||
and fix mesa build
|
||||
* Don't reduce parallel builds anymore on riscv64
|
||||
|
||||
-- Gianfranco Costamagna <locutusofborg@debian.org> Wed, 02 Aug 2023 09:10:31 +0200
|
||||
|
||||
llvm-toolchain-16 (1:16.0.6-6) unstable; urgency=medium
|
||||
|
||||
* Do the delete of wasi in libclang-rt regardless (Closes: #1041834)
|
||||
|
||||
1
debian/control
vendored
1
debian/control
vendored
@ -22,6 +22,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 mips64el mipsel ppc64el riscv64 s390x ] <!stage1> |
|
||||
llvm-spirv-15 [ amd64 arm64 armel armhf mips64el mipsel ppc64el riscv64 s390x ] <!stage1> |
|
||||
llvm-spirv-14 [ amd64 arm64 armel armhf mips64el mipsel ppc64el riscv64 s390x ] <!stage1> | hello [!i386],
|
||||
spirv-tools [ linux-any ] | hello [ !i386],
|
||||
|
||||
1
debian/control.in
vendored
1
debian/control.in
vendored
@ -22,6 +22,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 mips64el mipsel ppc64el riscv64 s390x ] <!stage1> |
|
||||
llvm-spirv-15 [ amd64 arm64 armel armhf mips64el mipsel ppc64el riscv64 s390x ] <!stage1> |
|
||||
llvm-spirv-14 [ amd64 arm64 armel armhf mips64el mipsel ppc64el riscv64 s390x ] <!stage1> | hello [!i386],
|
||||
spirv-tools [ linux-any ] | hello [ !i386],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user