Skip to content

Commit 5654715

Browse files
authored
Note newly enabled features in LLVM in ChangeLog (#21853)
llvm/llvm-project#80923 enabled multivalue and reference-types by default. Even though this is an LLVM change, given that we release emsdk with all LLVM/Binaryen/Emscripten versions, it could be worth mentioning in the ChangeLog.
1 parent 1b56271 commit 5654715

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ See docs/process.md for more on how version tagging works.
2727
of pthread builds so that is generated alongside the main JavaScript file.
2828
See #21701. ()
2929
- `-sASYNCIFY=2` is setting now deprecated, use `-sJSPI` instead.
30+
- Due to the upstream LLVM change
31+
(https://github.com/llvm/llvm-project/pull/80923), multivalue and
32+
reference-types features are now enabled by default in Emscripten. This only
33+
enables the language features and does not turn on the multivalue ABI.
3034

3135
3.1.58 - 04/23/24
3236
-----------------

0 commit comments

Comments
 (0)