This is an archive of the discontinued LLVM Phabricator instance.

MIR Serialization: Report diagnostics with correct locations for LLVM IR Errors.
ClosedPublic

Authored by arphaman on May 28 2015, 3:52 PM.

Details

Summary

This patch translates the line and column numbers from LLVM IR block string to the
line and column numbers in the MIR file so that llc reports LLVM IR errors with
correct locations.

Diff Detail

Repository
rL LLVM

Event Timeline

arphaman updated this revision to Diff 26748.May 28 2015, 3:52 PM
arphaman retitled this revision from to MIR Serialization: Report diagnostics with correct locations for LLVM IR Errors..
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.