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
This commit is contained in:
William Brown 2023-09-25 23:11:31 +00:00 committed by Git OBS Bridge
parent b2a58440e1
commit 604f4c221b

View File

@ -2,6 +2,10 @@
Fri Sep 22 17:06:06 UTC 2023 - Aaron Puchert <aaronpuchert@alice-dsl.net>
- 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.)