[PATCH] D148190: [lld][WebAssembly] Trace export of symbols when specified with --trace-symbol. NFC

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 13 10:18:15 PDT 2023


sbc100 added a comment.

In D148190#4265750 <https://reviews.llvm.org/D148190#4265750>, @dschuff wrote:

> Is it possible/useful to also list the name under which the symbol was exported?

The indent of the stub object is that it gets exported under it default name (i.e. `toString(*needed)`).  You are correct though that a symbol with custom export name might not work as expected here.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D148190/new/

https://reviews.llvm.org/D148190



More information about the llvm-commits mailing list