aboutsummaryrefslogtreecommitdiff
path: root/clang/docs
diff options
context:
space:
mode:
authorHeejin Ahn <aheejin@gmail.com>2024-06-20 13:03:36 -0700
committerGitHub <noreply@github.com>2024-06-20 13:03:36 -0700
commit6e38df3aeb35a7cf3636d9fd9d90d8eb6a3c7c36 (patch)
tree7b96c792b1e1f09f97ead871d30bf4ac18bdb7a8 /clang/docs
parentedf2d0a95e9f0bd1befd8ff7686cb0e07af14fc3 (diff)
downloadllvm-6e38df3aeb35a7cf3636d9fd9d90d8eb6a3c7c36.zip
llvm-6e38df3aeb35a7cf3636d9fd9d90d8eb6a3c7c36.tar.gz
llvm-6e38df3aeb35a7cf3636d9fd9d90d8eb6a3c7c36.tar.bz2
[WebAssembly] Re-enable reference types by default (#93261)
Now that we are about to upgrade emsdk's default node to v18.20.3 (https://github.com/emscripten-core/emsdk/pull/1387), we can re-enable reference-types by default again. This effectively reverts #90792.
Diffstat (limited to 'clang/docs')
-rw-r--r--clang/docs/ReleaseNotes.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 92ada51..0973db2 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -1035,10 +1035,10 @@ AIX Support
WebAssembly Support
^^^^^^^^^^^^^^^^^^^
-The -mcpu=generic configuration now enables multivalue feature, which is
-standardized and available in all major engines. Enabling multivalue here only
-enables the language feature but does not turn on the multivalue ABI (this
-enables non-ABI uses of multivalue, like exnref).
+The -mcpu=generic configuration now enables multivalue and reference-types.
+These proposals are standardized and available in all major engines. Enabling
+multivalue here only enables the language feature but does not turn on the
+multivalue ABI (this enables non-ABI uses of multivalue, like exnref).
AVR Support
^^^^^^^^^^^