This is an archive of the discontinued LLVM Phabricator instance.

[MC][WebAssembly] Allow accurate errors in doBeforeLabelEmit
ClosedPublic

Authored by sbc100 on Aug 31 2022, 5:52 AM.

Details

Summary

Although we only currently have one error produced in this function I am
working on changes right now that add some more. This change makes the
error location more accurate.

Diff Detail

Event Timeline

sbc100 created this revision.Aug 31 2022, 5:52 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 31 2022, 5:52 AM
Herald added subscribers: pmatos, asb, wingo and 5 others. · View Herald Transcript
sbc100 requested review of this revision.Aug 31 2022, 5:52 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 31 2022, 5:53 AM

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

llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
737

Isn't there an implementation for this function that needs to be updated?

sbc100 updated this revision to Diff 457090.Aug 31 2022, 2:26 PM
  • feedback
llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
737

Oops, done.

dschuff accepted this revision.Aug 31 2022, 3:06 PM
This revision is now accepted and ready to land.Aug 31 2022, 3:06 PM
This revision was landed with ongoing or failed builds.Sep 1 2022, 1:27 AM
This revision was automatically updated to reflect the committed changes.