[all-commits] [llvm/llvm-project] 16aac4: Revert D105519 "[WebAssembly] Deduplicate imports ...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Mon Jul 19 17:09:15 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 16aac493e59519377071e900d119ba2e7e5b525d
https://github.com/llvm/llvm-project/commit/16aac493e59519377071e900d119ba2e7e5b525d
Author: Fangrui Song <i at maskray.me>
Date: 2021-07-19 (Mon, 19 Jul 2021)
Changed paths:
R lld/test/wasm/duplicate-function-imports.s
R lld/test/wasm/duplicate-global-imports.s
R lld/test/wasm/duplicate-table-imports.s
M lld/wasm/Symbols.h
M lld/wasm/SyntheticSections.cpp
M lld/wasm/SyntheticSections.h
M lld/wasm/Writer.cpp
M llvm/include/llvm/BinaryFormat/Wasm.h
M llvm/include/llvm/BinaryFormat/WasmTraits.h
Log Message:
-----------
Revert D105519 "[WebAssembly] Deduplicate imports of the same module name, field name, and type" and its followup
This reverts commit 4ae575b9997e0903d1c2ec01a43e3f3f2db5df16 and 9b965b37c75d626c01951184088314590e38d299.
There is an use-of-uninitialized-value bug in the `else` branch in ImportSection::addImport.
More information about the All-commits
mailing list