[PATCH] D56648: [WebAssembly] Add a release notes blurb

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 14 10:25:28 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL351083: [WebAssembly] Add a release notes blurb (authored by djg, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D56648?vs=181469&id=181588#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56648/new/

https://reviews.llvm.org/D56648

Files:
  llvm/trunk/docs/ReleaseNotes.rst


Index: llvm/trunk/docs/ReleaseNotes.rst
===================================================================
--- llvm/trunk/docs/ReleaseNotes.rst
+++ llvm/trunk/docs/ReleaseNotes.rst
@@ -95,6 +95,17 @@
 
  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
 -----------------------------
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56648.181588.patch
Type: text/x-patch
Size: 834 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190114/8ed70530/attachment.bin>


More information about the llvm-commits mailing list