[llvm] r351213 - [WebAssembly] Update release notes
Derek Schuff via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 15 09:54:42 PST 2019
Author: dschuff
Date: Tue Jan 15 09:54:42 2019
New Revision: 351213
URL: http://llvm.org/viewvc/llvm-project?rev=351213&view=rev
Log:
[WebAssembly] Update release notes
Summary:
Explicitly note that multithreading support is not included in the stable
ABI.
Differential Revision: https://reviews.llvm.org/D56681
Modified:
llvm/trunk/docs/ReleaseNotes.rst
Modified: llvm/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.rst?rev=351213&r1=351212&r2=351213&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.rst (original)
+++ llvm/trunk/docs/ReleaseNotes.rst Tue Jan 15 09:54:42 2019
@@ -105,6 +105,8 @@ The object file format and core C ABI ar
the object file format has an ABI versioning capability, and one anticipated
use for it will be to add support for returning small structs as multiple
return values, once the underlying WebAssembly platform itself supports it.
+Additionally, multithreading support is not yet included in the stable ABI.
+
Changes to the OCaml bindings
-----------------------------
More information about the llvm-commits
mailing list