[PATCH] D133016: [MC][WebAssembly] Allow accurate errors in doBeforeLabelEmit

Derek Schuff via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 31 10:54:21 PDT 2022


dschuff added a comment.

Don't forget to make a build of LLVM with all the targets to make sure you get everything.



================
Comment at: llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:737
 
-  void doBeforeLabelEmit(MCSymbol *Symbol) override;
+  void doBeforeLabelEmit(MCSymbol *Symbol, SMLoc IDLoc) override;
 
----------------
Isn't there an implementation for this function that needs to be updated?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133016



More information about the llvm-commits mailing list