[PATCH] D62834: [WebAssembly] make wasm-ld --verbose show data section startVA and name
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 3 17:54:25 PDT 2019
ruiu added a comment.
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
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62834/new/
https://reviews.llvm.org/D62834
More information about the llvm-commits
mailing list