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

Derek Schuff via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 15 17:16:12 PDT 2023


dschuff added a comment.

Do we really want to always write a module name even if the output is not a DSO?
For DSOs it makes sense since they would usually have symbols and names, but for final linked modules it seems to me that we should write one if there are any other debug names in the module, but maybe not otherwise. I don't know why someone would want a module name if it were the only name in the binary?


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