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

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 6 08:39:24 PST 2018


sbc100 added a comment.

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


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