[PATCH] D63947: [WebAssembly] Assembler: Improve section parsing.

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 28 11:43:35 PDT 2019


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


================
Comment at: lib/MC/MCParser/WasmAsmParser.cpp:163
-    // one section per function, so they're optional to be specified with
-    // this directive.
     return false;
----------------
Can you explain why this code is not needed and the commend isn't needed anymore?  


Repository:
  rL LLVM

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

https://reviews.llvm.org/D63947





More information about the llvm-commits mailing list