aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerek Schuff <dschuff@google.com>2019-01-15 17:54:42 +0000
committerDerek Schuff <dschuff@google.com>2019-01-15 17:54:42 +0000
commit5e54bc18e27b7fa2af240ff93f1771faa425c319 (patch)
treea0e3ef3e75981f8a94f93f82f71c43f3ba3723d5
parente6829a5eb343fdc6cdf9e7e5a63ad0e810509d29 (diff)
[WebAssembly] Update release notes
Summary: Explicitly note that multithreading support is not included in the stable ABI. Differential Revision: https://reviews.llvm.org/D56681 llvm-svn: 351213
-rw-r--r--llvm/docs/ReleaseNotes.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index 3ffebf150101..db9cf5194952 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/docs/ReleaseNotes.rst
@@ -105,6 +105,8 @@ The object file format and core C ABI are now considered stable. That said,
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
-----------------------------