[llvm] 79213da - Update release notes for Wasm improvements to nm and objdump (#81924)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 15 13:44:26 PST 2024
Author: Derek Schuff
Date: 2024-02-15T13:44:22-08:00
New Revision: 79213da0313f07bd46882d72ed30973f16947953
URL: https://github.com/llvm/llvm-project/commit/79213da0313f07bd46882d72ed30973f16947953
DIFF: https://github.com/llvm/llvm-project/commit/79213da0313f07bd46882d72ed30973f16947953.diff
LOG: Update release notes for Wasm improvements to nm and objdump (#81924)
Describes improvements made for #76107
Added:
Modified:
llvm/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index 120e8b637136a6..5c56eeeefcd4cc 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/docs/ReleaseNotes.rst
@@ -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
---------------------------------
More information about the llvm-commits
mailing list