This is an archive of the discontinued LLVM Phabricator instance.

[lld][WebAssembly] Allow globals imports via import_name/import_module
ClosedPublic

Authored by sbc100 on Sep 14 2020, 7:21 PM.

Details

Summary

This feature already exists but was limited to function
symbols.

Diff Detail

Event Timeline

sbc100 created this revision.Sep 14 2020, 7:21 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 14 2020, 7:21 PM
sbc100 requested review of this revision.Sep 14 2020, 7:21 PM
tlively accepted this revision.Sep 14 2020, 8:29 PM

Should F and G be lowercased? It looks like the surrounding code uses camelCase fairly uniformly.

This revision is now accepted and ready to land.Sep 14 2020, 8:29 PM

Should F and G be lowercased? It looks like the surrounding code uses camelCase fairly uniformly.

Yup. old habbits

sbc100 updated this revision to Diff 291767.Sep 14 2020, 8:34 PM

feedback

This revision was landed with ongoing or failed builds.Sep 14 2020, 8:35 PM
This revision was automatically updated to reflect the committed changes.