summaryrefslogtreecommitdiff
path: root/llvm
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
commitb6cd91ee3de7d00ef7949f34333f57931546cc06 (patch)
tree5f3d23ef5c02218fa25ca09fbc565e876f74e578 /llvm
parent703497467cb750843d775c4e1bd25892c0553472 (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
Diffstat (limited to 'llvm')
-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
-----------------------------