[PATCH] D76547: [WebAssembly] Add wasm-exported function attribute
Alon Zakai via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 23 16:21:37 PDT 2020
kripken accepted this revision.
kripken added inline comments.
This revision is now accepted and ready to land.
================
Comment at: clang/include/clang/Basic/AttrDocs.td:4173
+attribute for the WebAssembly target. This attribute may be attached to a
+function declaration, where it causes the be exported from the linked
+WebAssembly module.
----------------
"the be" => "the function to be"
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76547/new/
https://reviews.llvm.org/D76547
More information about the cfe-commits
mailing list