mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 12:59:10 +00:00
Do not install wasm-libc if doesn't exist
This commit is contained in:
parent
2c450a09ec
commit
fabb4d2349
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -2,6 +2,7 @@ llvm-toolchain-14 (1:14.0.6-10~exp3) UNRELEASED; urgency=medium
|
||||
|
||||
* Transform debian/control into debian/control.in (preparation for
|
||||
flang support)
|
||||
* Do not install wasm-libc if doesn't exist
|
||||
|
||||
[ Faidon Liambotis ]
|
||||
* Try to unbreak the builds with wasm
|
||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -24,7 +24,7 @@ Build-Depends: debhelper (>= 10.0), cmake, ninja-build,
|
||||
libpfm4-dev [linux-any], python3-setuptools, libz3-dev,
|
||||
llvm-spirv-14 [ amd64 arm64 armel armhf mips64el mipsel ppc64el s390x ] <!stage1> | hello [!i386],
|
||||
spirv-tools [ linux-any ] | hello [ !i386],
|
||||
wasi-libc,
|
||||
wasi-libc | hello [ !i386],
|
||||
libcurl4-dev,
|
||||
libgrpc++-dev [amd64 arm64 armel armhf mips64el mipsel ppc64 ppc64el powerpc riscv64 s390x],
|
||||
protobuf-compiler-grpc [amd64 arm64 armel armhf mips64el mipsel ppc64 ppc64el powerpc riscv64 s390x],
|
||||
|
2
debian/control.in
vendored
2
debian/control.in
vendored
@ -24,7 +24,7 @@ Build-Depends: debhelper (>= 10.0), cmake, ninja-build,
|
||||
libpfm4-dev [linux-any], python3-setuptools, libz3-dev,
|
||||
llvm-spirv-14 [ amd64 arm64 armel armhf mips64el mipsel ppc64el s390x ] <!stage1> | hello [!i386],
|
||||
spirv-tools [ linux-any ] | hello [ !i386],
|
||||
wasi-libc,
|
||||
wasi-libc | hello [ !i386],
|
||||
libcurl4-dev,
|
||||
libgrpc++-dev [amd64 arm64 armel armhf mips64el mipsel ppc64 ppc64el powerpc riscv64 s390x],
|
||||
protobuf-compiler-grpc [amd64 arm64 armel armhf mips64el mipsel ppc64 ppc64el powerpc riscv64 s390x],
|
||||
|
Loading…
Reference in New Issue
Block a user