This is an archive of the discontinued LLVM Phabricator instance.

Include ARGV[0] in error messages.
ClosedPublic

Authored by ruiu on Oct 19 2016, 11:10 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

ruiu updated this revision to Diff 75176.Oct 19 2016, 11:10 AM
ruiu retitled this revision from to Include ARGV[0] in error messages..
ruiu updated this object.
ruiu added a reviewer: evgeny777.
ruiu added a subscriber: llvm-commits.
davide accepted this revision.Oct 19 2016, 11:13 AM
davide added a reviewer: davide.
davide added a subscriber: davide.

This seems sensible.

This revision is now accepted and ready to land.Oct 19 2016, 11:13 AM
ruiu added a comment.Oct 19 2016, 11:30 AM

Thanks. I'll wait for Eugene for a while as this is the place he updated today.

evgeny777 accepted this revision.Oct 19 2016, 12:41 PM
evgeny777 edited edge metadata.

Yes this seems to be valid for everything except undefined symbol errors, but I'm working on it now. LGTM.

This revision was automatically updated to reflect the committed changes.
ruiu added a comment.Oct 19 2016, 1:15 PM

Do you mean you don't want ARGV[0] for undefined symbol errors?