[PATCH] D133016: [MC][WebAssembly] Allow accurate errors in doBeforeLabelEmit
Sam Clegg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 31 14:26:39 PDT 2022
sbc100 added inline comments.
================
Comment at: llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:737
- void doBeforeLabelEmit(MCSymbol *Symbol) override;
+ void doBeforeLabelEmit(MCSymbol *Symbol, SMLoc IDLoc) override;
----------------
dschuff wrote:
> Isn't there an implementation for this function that needs to be updated?
Oops, done.
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