This is an archive of the discontinued LLVM Phabricator instance.

[WebAssebmly] Add Module name to WasmSymbol
ClosedPublic

Authored by sbc100 on Apr 18 2018, 9:27 PM.

Details

Summary

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

Diff Detail

Repository
rL LLVM

Event Timeline

sbc100 created this revision.Apr 18 2018, 9:27 PM
This revision was not accepted when it landed; it landed in state Needs Review.Apr 25 2018, 11:29 AM
This revision was automatically updated to reflect the committed changes.