[PATCH] D76547: [WebAssembly] Add wasm-exported function attribute
Sam Clegg via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 26 15:47:24 PDT 2020
sbc100 added a comment.
I was thinking of dropping the new clang attr in favor of the `default` keyword in the current attr, but actually keeping the llvm attr, since it corresponds quite nicely to the existing EXPORTED symbol attribute in the binary format and avoid duplication in the `.ll`, `.s` and `.o` formats.
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