Nick Fitzgerald
|
1d445a6e76
|
Reland: "[WebAssembly] Deduplicate imports of the same module name, field name, and type"
When two symbols import the same thing, only one import should be
emitted in the Wasm file.
Fixes https://bugs.llvm.org/show_bug.cgi?id=50938
Reverted in: 16aac493e5 .
Reviewed By: sbc100
Differential Revision: https://reviews.llvm.org/D105519
|
2021-07-22 14:16:05 -07:00 |
Fangrui Song
|
16aac493e5
|
Revert D105519 "[WebAssembly] Deduplicate imports of the same module name, field name, and type" and its followup
This reverts commit 4ae575b999 and 9b965b37c7 .
There is an use-of-uninitialized-value bug in the `else` branch in ImportSection::addImport.
|
2021-07-19 17:09:01 -07:00 |
Nick Fitzgerald
|
4ae575b999
|
[WebAssembly] Deduplicate imports of the same module name, field name, and type
When two symbols import the same thing, only one import should be emitted in the Wasm file.
Fixes https://bugs.llvm.org/show_bug.cgi?id=50938
Reviewed By: sbc100
Differential Revision: https://reviews.llvm.org/D105519
|
2021-07-19 13:59:02 -07:00 |