This is an archive of the discontinued LLVM Phabricator instance.

MIR Parser: use the correct, file based locations for machine instruction diagnostics.
ClosedPublic

Authored by arphaman on Jun 19 2015, 1:49 PM.

Details

Summary

This patch is based on the patch that serializes immediate machine operands (http://reviews.llvm.org/D10573).

This patch translates the source locations for machine instruction parsing diagnostics from the locations in the
machine instruction source string to the locations in the MIR file.

Diff Detail

Repository
rL LLVM

Event Timeline

arphaman updated this revision to Diff 28044.Jun 19 2015, 1:49 PM
arphaman retitled this revision from to MIR Parser: use the correct, file based locations for machine instruction diagnostics..
arphaman updated this object.
arphaman edited the test plan for this revision. (Show Details)
arphaman added reviewers: dexonsmith, bob.wilson, bogner.
arphaman set the repository for this revision to rL LLVM.
arphaman added a subscriber: Unknown Object (MLST).
This revision was automatically updated to reflect the committed changes.