[PATCH] D66434: [WebAssembly][MC] Allow empty assembly functions

Wouter van Oortmerssen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 19 12:00:51 PDT 2019


aardappel accepted this revision.
aardappel added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/test/MC/WebAssembly/basic-assembly.s:6
+
+empty_func:
+    .functype empty_func () -> ()
----------------
add corresponding `# CHECK` lines below?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D66434





More information about the llvm-commits mailing list