Skip to content

Update release notes for Wasm improvements to nm and objdump #81924

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

Merged
merged 1 commit into from
Feb 15, 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
6 changes: 6 additions & 0 deletions llvm/docs/ReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,12 @@ Changes to the Debug Info

Changes to the LLVM tools
---------------------------------
* llvm-nm and llvm-objdump can now print symbol information from linked
WebAssembly binaries, using information from exports or the "name"
section for functions, globals and data segments. Symbol addresses and sizes
are printed as offsets in the file, allowing for binary size analysis. Wasm
files using reference types and GC are also supported (but also only for
functions, globals, and data, and only for listing symbols and names).

Changes to LLDB
---------------------------------
Expand Down