Make wasm-ld --verbose show data section start virtual address and name
as well, instead of just showing the size. This makes it much easier to
track which global variable is in which address when used in conjunction
with --no-merge-data-sections.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
You might be interested in adding -Map option to lld/wasm. I found that option useful, as it prints out a layout information in a hierarchical manner. Here is an implementation for lld/ELF.
https://github.com/llvm-project/lld/blob/master/ELF/MapFile.cpp