summaryrefslogtreecommitdiffstats
path: root/llvm/docs/ReleaseNotes.rst
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 /llvm/docs/ReleaseNotes.rst
parente6829a5eb343fdc6cdf9e7e5a63ad0e810509d29 (diff)
downloadbcm5719-llvm-5e54bc18e27b7fa2af240ff93f1771faa425c319.tar.gz
bcm5719-llvm-5e54bc18e27b7fa2af240ff93f1771faa425c319.zip
[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
Diffstat (limited to 'llvm/docs/ReleaseNotes.rst')
-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 3ffebf15010..db9cf519495 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
-----------------------------
OpenPOWER on IntegriCloud