This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Add an import_module function attribute
ClosedPublic

Authored by sunfish on Jan 24 2019, 8:18 AM.

Details

Summary

This adds a C/C++ attribute which corresponds to the LLVM IR wasm-import-module attribute. It allows code to specify an explicit import module.

Diff Detail

Repository
rL LLVM

Event Timeline

sunfish created this revision.Jan 24 2019, 8:18 AM
dschuff accepted this revision.Jan 24 2019, 11:30 AM
This revision is now accepted and ready to land.Jan 24 2019, 11:30 AM
This revision was automatically updated to reflect the committed changes.