[PATCH] D101271: [lld][WebAssembly] Add support for `--export-dynamic-symbol`
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Apr 25 18:43:26 PDT 2021
MaskRay added inline comments.
================
Comment at: lld/wasm/Options.td:59
+ "(executable) Put matched symbols in the dynamic symbol table. "
+ "(shared object) References to matched non-local STV_DEFAULT symbols "
+ "shouldn't be bound to definitions within the shared object. "
----------------
The ELF specific comment needs rework.
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