[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 10:51:07 PDT 2021


sunfish added a comment.

I'm a little confused by the name "export-dynamic-symbol". I understand it's an ELF flag, though it seems to have a slightly different meaning here. What would you think about adding a warning when using this flag is -experimental-pic isn't passed, similar to what we do with -shared?


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