[PATCH] D55353: [WebAssembly] Add '.eventtype' directive support

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 6 18:22:13 PST 2018


aheejin added a comment.

In D55353#1321483 <https://reviews.llvm.org/D55353#1321483>, @sbc100 wrote:

> Since event types can't have return values (they are always no_return right?) should we split out "parseParamList" and have them look like this?
>
>   .eventtype  __cpp_exception i32
>   .eventtype  some_other_exception i32, i32
>  
>


Done.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55353/new/

https://reviews.llvm.org/D55353





More information about the llvm-commits mailing list