This is an archive of the discontinued LLVM Phabricator instance.

lit: warn when passed invalid pathname
ClosedPublic

Authored by hans on Jun 10 2014, 2:31 PM.

Details

Summary

It would previously say things like

warning: input 'test/Frontend/foo.c' contained no tests

and have the user pull their hair trying to figure out what's wrong with that
file. This patch changes the message to the much clearer:

warning: no such file or directory: 'test/Frontend/foo.c'

Diff Detail

Repository
rL LLVM

Event Timeline

hans updated this revision to Diff 10303.Jun 10 2014, 2:31 PM
hans retitled this revision from to lit: warn when passed invalid pathname.
hans updated this object.
hans edited the test plan for this revision. (Show Details)
hans added a reviewer: ddunbar.
hans added a subscriber: Unknown Object (MLST).
hans closed this revision.Jun 10 2014, 3:59 PM
hans updated this revision to Diff 10305.

Closed by commit rL210597 (authored by @hans).