From: Ximin Luo Date: Sun, 6 Mar 2022 21:26:15 +0000 (+0000) Subject: Update to LLVM 13, same as rust X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=35d797a3f1372f6d4fb2201f5445abaa1b35c43e;p=wasi-libc.git Update to LLVM 13, same as rust --- diff --git a/debian/changelog b/debian/changelog index 93b8cc3..80bc818 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,12 @@ wasi-libc (0.0~git20210922.ad51334-1~exp1) UNRELEASED; urgency=medium + [ Fabian Gruenbichler ] * New upstream version needed by rustc 1.57.0 - -- Fabian Gruenbichler Thu, 03 Feb 2022 19:21:47 +0100 + [ Ximin Luo ] + * Update to LLVM 13, same as rust. + + -- Ximin Luo Sun, 06 Mar 2022 21:25:36 +0000 wasi-libc (0.0~git20201130.5879558-1) unstable; urgency=medium diff --git a/debian/control b/debian/control index 89aba9e..0f7022e 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-11, llvm-11 +Build-Depends: debhelper-compat (= 12), clang-13, llvm-13 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 7744d44..01b8a3d 100755 --- a/debian/rules +++ b/debian/rules @@ -5,9 +5,9 @@ include /usr/share/dpkg/buildflags.mk -export WASM_NM = llvm-nm-11 -export WASM_AR = llvm-ar-11 -export WASM_CC = clang-11 +export WASM_NM = llvm-nm-13 +export WASM_AR = llvm-ar-13 +export WASM_CC = clang-13 # stack protector not yet supported, see # https://github.com/CraneStation/wasi-libc/issues/157