From: Ximin Luo Date: Wed, 5 Aug 2020 20:51:24 +0000 (+0100) Subject: Update to LLVM 10 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=7ec44c51964aef3f0981a6b7b617cfa36991e340;p=wasi-libc.git Update to LLVM 10 --- diff --git a/debian/changelog b/debian/changelog index 08bfcd2..92c7bde 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +wasi-libc (0.0~git20200319.9efc2f4-2) UNRELEASED; urgency=medium + + * Update to LLVM 10. + + -- Ximin Luo Wed, 05 Aug 2020 21:51:09 +0100 + wasi-libc (0.0~git20200319.9efc2f4-1) unstable; urgency=medium * New upstream version needed by rustc 1.44.1. diff --git a/debian/control b/debian/control index 38495d4..9ff9a40 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: devel Priority: optional Maintainer: Debian Rust Maintainers Uploaders: Ximin Luo -Build-Depends: debhelper-compat (= 12), clang-9, llvm-9 +Build-Depends: debhelper-compat (= 12), clang-10, llvm-10 Standards-Version: 4.4.1 Homepage: https://github.com/CraneStation/wasi-libc Vcs-Browser: https://salsa.debian.org/rust-team/wasi-libc diff --git a/debian/rules b/debian/rules index 0083492..c80f79e 100755 --- a/debian/rules +++ b/debian/rules @@ -5,9 +5,9 @@ include /usr/share/dpkg/buildflags.mk -export WASM_NM = llvm-nm-9 -export WASM_AR = llvm-ar-9 -export WASM_CC = clang-9 +export WASM_NM = llvm-nm-10 +export WASM_AR = llvm-ar-10 +export WASM_CC = clang-10 # stack protector not yet supported, see # https://github.com/CraneStation/wasi-libc/issues/157