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

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 21 21:09:08 PDT 2023


sbc100 added a comment.

In D158001#4593397 <https://reviews.llvm.org/D158001#4593397>, @glandium wrote:

> In D158001#4593337 <https://reviews.llvm.org/D158001#4593337>, @sbc100 wrote:
>
>> Separately, I do wonder if wasm2c should strip the file extension when it sees `rlbox.wasm` as the module name.   The `.wasm` part seem to translate to `0x2Ewasm` in the function names which doesn't seem like it adds anything useful.
>
> It sure is interesting that "-n foo" doesn't do the same thing as the .wasm containing a module name of "foo".

Do you mean the 0x24 ($) that seems to get added by wasm2c?


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