[PATCH] D158799: [llvm-nm][WebAssembly] Report the size of data symbols
Sam Clegg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 25 15:37:23 PDT 2023
sbc100 added a comment.
In D158799#4618705 <https://reviews.llvm.org/D158799#4618705>, @dschuff wrote:
> Otherwise this looks good.
I added a function symbol.
I'm not sure its worth adding a BSS symbol. They are only distinguished by the segment in which they live (name starting with `.bss`... otherwise there is nothing special about them. )
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158799/new/
https://reviews.llvm.org/D158799
More information about the llvm-commits
mailing list