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

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 5 21:51:19 PST 2018


aheejin created this revision.
aheejin added a reviewer: aardappel.
Herald added subscribers: llvm-commits, sunfish, jgravelle-google, sbc100, dschuff.

This patch supports `.eventtype` directive printing and parsing in the
same syntax with `.functype`.


Repository:
  rL LLVM

https://reviews.llvm.org/D55353

Files:
  lib/Target/WebAssembly/AsmParser/WebAssemblyAsmParser.cpp
  lib/Target/WebAssembly/MCTargetDesc/WebAssemblyTargetStreamer.cpp
  lib/Target/WebAssembly/MCTargetDesc/WebAssemblyTargetStreamer.h
  test/CodeGen/WebAssembly/exception.ll
  test/MC/WebAssembly/basic-assembly.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55353.176925.patch
Type: text/x-patch
Size: 6643 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181206/398bbdee/attachment.bin>


More information about the llvm-commits mailing list