Skip to content

Commit 79213da

Browse files
authored
Update release notes for Wasm improvements to nm and objdump (#81924)
Describes improvements made for #76107
1 parent 513448d commit 79213da

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

llvm/docs/ReleaseNotes.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,12 @@ Changes to the Debug Info
136136

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

140146
Changes to LLDB
141147
---------------------------------

0 commit comments

Comments
 (0)