This is an archive of the discontinued LLVM Phabricator instance.

[DebugInfo] Improve error message text
ClosedPublic

Authored by jhenderson on Jan 9 2020, 4:23 AM.

Details

Summary

Unlike most of our errors in the debug line parser, the "no end of sequence" message was missing any reference to which line table it refererred to. This change adds the offset to this message.

Diff Detail

Event Timeline

jhenderson created this revision.Jan 9 2020, 4:23 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 9 2020, 4:23 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
jhenderson updated this revision to Diff 237045.Jan 9 2020, 5:59 AM

Update missed test.

dblaikie accepted this revision.Jan 9 2020, 4:55 PM

Seems good

This revision is now accepted and ready to land.Jan 9 2020, 4:55 PM

Rebase on master and add missed lld test.

This revision was automatically updated to reflect the committed changes.