[PATCH] D141103: [WebAssembly] Ensure 'end_function' in functions

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 9 03:26:56 PST 2023


sbc100 added a comment.

I wonder if its too late to change the requirement such that `.functype` should always come before the label?  This would make the code simpler and the assembly format more consistent maybe?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D141103



More information about the llvm-commits mailing list