summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/wasm-import-module.c
Commit message (Collapse)AuthorAgeFilesLines
* [WebAssembly] Add an import_module function attributeDan Gohman2019-01-241-0/+11
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. Differential Revision: https://reviews.llvm.org/D57160 llvm-svn: 352106
OpenPOWER on IntegriCloud