[PATCH] D105519: [WebAssembly] Deduplicate imports of the same module name, field name, and type

Derek Schuff via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 7 15:25:38 PDT 2021


dschuff added a comment.

Given that we're doing things like GC in the linker, and that the linker is already responsible for creating the imports in the first place (and already has several different options affecting that) I think this makes sense for the linker too.


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

https://reviews.llvm.org/D105519



More information about the llvm-commits mailing list