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

Note newly enabled features in LLVM in ChangeLog #21853

Merged
merged 2 commits into from
Apr 30, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps phrase this as something that emscripten now supports? Maybe "Due to and upstream llvm change, the x and y features are not enabled by default in emscripten"?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tried doing that.

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