Skip to content

Commit daa6ace

Browse files
committed
Note newly enabled features in LLVM in ChangeLog
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 0649692 commit daa6ace

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ See docs/process.md for more on how version tagging works.
2424
of pthread builds so that is generated alongside the main JavaScript file.
2525
See #21701. ()
2626
- `-sASYNCIFY=2` is setting now deprecated, use `-sJSPI` instead.
27+
- LLVM now enables multivalue and reference-types features by default. Enabling
28+
multivalue feature only enables the language feature and does not turn on the
29+
multivalue ABI. (https://github.com/llvm/llvm-project/pull/80923)
2730

2831
3.1.58 - 04/23/24
2932
-----------------

0 commit comments

Comments
 (0)