This revision was automatically updated to reflect the committed changes.
Closed by commit rC352106: [WebAssembly] Add an import_module function
attribute (authored by djg, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D57160?vs=183322&id=183378#toc
Repository:
rC Clang
sunfish created this revision.
sunfish added reviewers: sbc100, dschuff, aheejin.
Herald added subscribers: llvm-commits, jgravelle-google.
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.
Repository: