[PATCH] D54875: [WebAssembly] Add support for the event section

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 27 15:14:48 PST 2018


sbc100 added inline comments.


================
Comment at: wasm/WriterUtils.cpp:214
+  return (Type.Attribute == WASM_EVENT_ATTRIBUTE_EXCEPTION ? "exception"
+                                                           : "unknown");
 }
----------------
if sig was part of this we could print it here too.


Repository:
  rLLD LLVM Linker

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

https://reviews.llvm.org/D54875





More information about the llvm-commits mailing list