[PATCH] D105519: [WebAssembly] Deduplicate imports of the same module name, field name, and type
Sam Clegg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 22 13:29:08 PDT 2021
sbc100 added inline comments.
================
Comment at: lld/wasm/Writer.cpp:568
- return sym->importName.hasValue();
+ return false;
}
----------------
Is this chunk intentional?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105519/new/
https://reviews.llvm.org/D105519
More information about the llvm-commits
mailing list