[PATCH] D101271: [lld][WebAssembly] Add support for `--export-dynamic-symbol`
Dan Gohman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 28 15:43:49 PDT 2021
sunfish added a comment.
In D101271#2724145 <https://reviews.llvm.org/D101271#2724145>, @sbc100 wrote:
> So you think it would be preferable to go with `--export-if-defined` then, or something wasm specific?
Yes, --export-if-defined would be my preference here. "export" has a clear meaning in wasm terms, and we already have --export, so the meaning of --export-if-defined is clear.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101271/new/
https://reviews.llvm.org/D101271
More information about the llvm-commits
mailing list