mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-04 21:15:36 +00:00
Fix build again by re-adding spirv again on riscv64
This commit is contained in:
parent
8aef1419e3
commit
9aad80c056
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -1,7 +1,11 @@
|
||||
llvm-toolchain-14 (1:14.0.6-11) UNRELEASED; urgency=medium
|
||||
|
||||
[ Sylvestre Ledru ]
|
||||
* Update SV to 4.6.2
|
||||
|
||||
[ Gianfranco Costamagna ]
|
||||
* Fix riscv64 build by adding spirv again (from @paravoid)
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Mon, 02 Jan 2023 13:54:51 +0100
|
||||
|
||||
llvm-toolchain-14 (1:14.0.6-10) unstable; urgency=medium
|
||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -22,7 +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-14 [ amd64 arm64 armel armhf mips64el mipsel ppc64el s390x ] <!stage1> | hello [!i386],
|
||||
llvm-spirv-14 [ amd64 arm64 armel armhf mips64el mipsel ppc64el riscv64 s390x ] <!stage1> | hello [!i386],
|
||||
spirv-tools [ linux-any ] | hello [ !i386],
|
||||
wasi-libc | hello [ !i386],
|
||||
libcurl4-dev,
|
||||
|
2
debian/control.in
vendored
2
debian/control.in
vendored
@ -22,7 +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-14 [ amd64 arm64 armel armhf mips64el mipsel ppc64el s390x ] <!stage1> | hello [!i386],
|
||||
llvm-spirv-14 [ amd64 arm64 armel armhf mips64el mipsel ppc64el riscv64 s390x ] <!stage1> | hello [!i386],
|
||||
spirv-tools [ linux-any ] | hello [ !i386],
|
||||
wasi-libc | hello [ !i386],
|
||||
libcurl4-dev,
|
||||
|
Loading…
Reference in New Issue
Block a user