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

Nick Fitzgerald via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 22 13:37:31 PDT 2021


fitzgen added inline comments.


================
Comment at: lld/wasm/Writer.cpp:568
 
-  return sym->importName.hasValue();
+  return false;
 }
----------------
sbc100 wrote:
> Is this chunk intentional?
Whoops, I think this was a bad rebase. Apologies!

Updated patch incoming.


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

https://reviews.llvm.org/D105519



More information about the llvm-commits mailing list