[PATCH] D158001: [lld][WebAssembly] Add support for -soname

Mike Hommey via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 16 13:53:56 PDT 2023


glandium added a comment.

FWIW, this patch breaks wasm2c, in the sense that it now generates different symbols for the same wasm linked with lld before and after this change, with no change in the link command line. Example: w2c_rlbox_0x5F_wasm_init_memory became w2c_0x24rlbox0x2Ewasm_0x5F_wasm_init_memory, and -soname doesn't make a difference.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D158001



More information about the llvm-commits mailing list