[PATCH] D57632: [WebAssembly] Fix imported function symbol names that differ from their import names in the .o format

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 4 15:29:33 PST 2019


sbc100 added a comment.

Looking good.

Can we can a test in the MC/WebAssembly and lld/test/wasm?

Any not do the same for data symbols?

We probably want to fail in lld if two different object import the same symbol with the different import name or import module, but that was already on my radar and I'm OK to do that as a followup.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D57632





More information about the llvm-commits mailing list