]> git.proxmox.com Git - wasi-libc.git/commitdiff
Update to LLVM 13, same as rust
authorXimin Luo <infinity0@debian.org>
Sun, 6 Mar 2022 21:26:15 +0000 (21:26 +0000)
committerXimin Luo <infinity0@debian.org>
Sun, 6 Mar 2022 21:26:15 +0000 (21:26 +0000)
debian/changelog
debian/control
debian/rules

index 93b8cc3403ffee2a0480463e21b0f1c155c3de50..80bc818d306644cffef46c49e209d3072e495f76 100644 (file)
@@ -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 <f.gruenbichler@proxmox.com>  Thu, 03 Feb 2022 19:21:47 +0100
+  [ Ximin Luo ]
+  * Update to LLVM 13, same as rust.
+
+ -- Ximin Luo <infinity0@debian.org>  Sun, 06 Mar 2022 21:25:36 +0000
 
 wasi-libc (0.0~git20201130.5879558-1) unstable; urgency=medium
 
index 89aba9e1e6f52275a4dd7abb6675ad8a96cfc384..0f7022e9c1364dd859bdea9dd3303134c34c6548 100644 (file)
@@ -3,7 +3,7 @@ Section: devel
 Priority: optional
 Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
 Uploaders: Ximin Luo <infinity0@debian.org>
-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
index 7744d44d25a27a12e29340f8b6acb35fc4cc3108..01b8a3db5883f51f3f5c361d6ff0f6de61db9818 100755 (executable)
@@ -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