[PATCH] D76547: [WebAssembly] Add wasm-exported function attribute

Sam Clegg via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 23 10:38:03 PDT 2023


sbc100 added a comment.

In D76547#1945094 <https://reviews.llvm.org/D76547#1945094>, @sbc100 wrote:

> What about your idea of using the `default` keyword rather than adding a new clang attr?  I quite liked that approach.

IIRC I tried this approach but wan't able to make it works since a single attribute can't both take a string and a fix value like `default`.


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