Skip to content

Commit

Permalink
Note newly enabled features in LLVM in ChangeLog
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
aheejin committed Apr 29, 2024
1 parent 0649692 commit daa6ace
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ See docs/process.md for more on how version tagging works.
of pthread builds so that is generated alongside the main JavaScript file.
See #21701. ()
- `-sASYNCIFY=2` is setting now deprecated, use `-sJSPI` instead.
- LLVM now enables multivalue and reference-types features by default. Enabling
multivalue feature only enables the language feature and does not turn on the
multivalue ABI. (https://github.com/llvm/llvm-project/pull/80923)

3.1.58 - 04/23/24
-----------------
Expand Down

0 comments on commit daa6ace

Please sign in to comment.