This is an archive of the discontinued LLVM Phabricator instance.

[ARM,AArch64] Store source location for values in assembly files
ClosedPublic

Authored by olista01 on Nov 13 2015, 3:00 AM.

Details

Summary

The MCValue class can store a SMLoc to allow better error messages to be emitted if an error is detected after parsing. The ARM and AArch64 assembly parsers were not setting this, so error messages did not have source information.

Diff Detail

Repository
rL LLVM

Event Timeline

olista01 updated this revision to Diff 40129.Nov 13 2015, 3:00 AM
olista01 retitled this revision from to [ARM,AArch64] Store source location for values in assembly files.
olista01 updated this object.
olista01 set the repository for this revision to rL LLVM.
olista01 added a subscriber: llvm-commits.
rengolin accepted this revision.Nov 16 2015, 8:13 AM
rengolin added a reviewer: rengolin.

LGTM, thanks!

This revision is now accepted and ready to land.Nov 16 2015, 8:13 AM
This revision was automatically updated to reflect the committed changes.