summaryrefslogtreecommitdiffstats
path: root/llvm/docs/ReleaseNotes.rst
diff options
context:
space:
mode:
authorDan Gohman <dan433584@gmail.com>2019-01-14 18:20:30 +0000
committerDan Gohman <dan433584@gmail.com>2019-01-14 18:20:30 +0000
commit220dcdb99762d607fa9e07259c4d1d2ab9823c5f (patch)
tree005b9123e6941987ea9b18341d097695bb19d1e9 /llvm/docs/ReleaseNotes.rst
parent4c73404809174f27672d3f49de9224ac47904ba5 (diff)
downloadbcm5719-llvm-220dcdb99762d607fa9e07259c4d1d2ab9823c5f.tar.gz
bcm5719-llvm-220dcdb99762d607fa9e07259c4d1d2ab9823c5f.zip
[WebAssembly] Add a release notes blurb
Bid farewell to LLVM_EXPERIMENTAL_TARGETS_TO_BUILD! Differential Revision: https://reviews.llvm.org/D56648 llvm-svn: 351083
Diffstat (limited to 'llvm/docs/ReleaseNotes.rst')
-rw-r--r--llvm/docs/ReleaseNotes.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index 31d1f5c1517..3ffebf15010 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/docs/ReleaseNotes.rst
@@ -95,6 +95,17 @@ Changes to the AVR Target
During this release ...
+Changes to the WebAssembly Target
+---------------------------------
+
+The WebAssembly target is no longer "experimental"! It's now built by default,
+rather than needing to be enabled with LLVM_EXPERIMENTAL_TARGETS_TO_BUILD.
+
+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.
+
Changes to the OCaml bindings
-----------------------------
OpenPOWER on IntegriCloud