[PATCH] D54360: [WebAssembly] Added WasmAsmParser.

Derek Schuff via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 9 16:25:50 PST 2018


dschuff accepted this revision.
dschuff added a comment.
This revision is now accepted and ready to land.

otherwise lgtm



================
Comment at: lib/Target/WebAssembly/AsmParser/WebAssemblyAsmParser.cpp:329
 
   void onLabelParsed(MCSymbol *Symbol) override {
   }
----------------
can we now remove this override?


Repository:
  rL LLVM

https://reviews.llvm.org/D54360





More information about the llvm-commits mailing list