Imports in a wasm module can have custom module name. This change
adds the module name to the WasmSymbol structure so that the linker
can preserve this module name.
This is needed to fix: https://bugs.llvm.org/show_bug.cgi?id=37168
Differential D45797
[WebAssebmly] Add Module name to WasmSymbol sbc100 on Apr 18 2018, 9:27 PM. Authored by
Details Imports in a wasm module can have custom module name. This change This is needed to fix: https://bugs.llvm.org/show_bug.cgi?id=37168
Diff Detail
|