From 604f4c221ba806ea0656ebba14361101307e69fa312834760ae90ede0058b164 Mon Sep 17 00:00:00 2001 From: William Brown Date: Mon, 25 Sep 2023 23:11:31 +0000 Subject: [PATCH] Accepting request 1113536 from home:aaronpuchert:llvm-next - Add change log for new version. OBS-URL: https://build.opensuse.org/request/show/1113536 OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/wasi-libc?expand=0&rev=11 --- wasi-libc.changes | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wasi-libc.changes b/wasi-libc.changes index c2cd2c9..d38f474 100644 --- a/wasi-libc.changes +++ b/wasi-libc.changes @@ -2,6 +2,10 @@ Fri Sep 22 17:06:06 UTC 2023 - Aaron Puchert - Update to version (wasi-sdk-)20. + * Compatibility with Clang 16. + * Rename triple wasm32-wasi-pthread to wasm32-wasi-threads. + * Implement support for spinlock. + * Improve performance in dlmalloc. - Rebase workaround-broken-makefile.patch. - Drop obsolete undefine-gcc-macros.patch. (Has been solved upstream in gh#WebAssembly/wasi-libc#379.)