Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ChangeLog related to new default LLVM features #21912

Merged
merged 2 commits into from
May 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -25,17 +25,18 @@ See docs/process.md for more on how version tagging works.
- The `EXPORTED_FUNCTIONS` list can now include JS library symbols even if they
have not been otherwise included (e.g. via `DEFAULT_LIBRARY_FUNCS_TO_INCLUDE`).
(#21867)
- Due to the upstream LLVM changes
(https://github.com/llvm/llvm-project/pull/80923 and
https://github.com/llvm/llvm-project/pull/90792), multivalue feature is now
enabled by default in Emscripten. This only enables the language features and
does not turn on the multivalue ABI.

3.1.59 - 04/30/24
-----------------
- Fix the location of the dummy `.worker.js` file that is now generated as part
of pthread builds so that is generated alongside the main JavaScript file.
See #21701. ()
- `-sASYNCIFY=2` is setting now deprecated, use `-sJSPI` instead.
- Due to the upstream LLVM change
(https://github.com/llvm/llvm-project/pull/80923), multivalue and
reference-types features are now enabled by default in Emscripten. This only
enables the language features and does not turn on the multivalue ABI.

3.1.58 - 04/23/24
-----------------