This is an archive of the discontinued LLVM Phabricator instance.

libcxx: Enhance lit test command in verbose mode.
ClosedPublic

Authored by logan on May 16 2015, 5:24 AM.

Details

Summary

Print both the compiler command and linker command so that it will be
easier for developers to reproduce the failed test cases.

Diff Detail

Event Timeline

logan updated this revision to Diff 25916.May 16 2015, 5:24 AM
logan retitled this revision from to libcxx: Enhance lit test command in verbose mode..
logan updated this object.
logan edited the test plan for this revision. (Show Details)
logan added reviewers: rengolin, EricWF.
logan added a subscriber: Unknown Object (MLST).
jroelofs accepted this revision.May 16 2015, 6:53 AM
jroelofs added a reviewer: jroelofs.
jroelofs added a subscriber: jroelofs.

LGTM

This revision is now accepted and ready to land.May 16 2015, 6:53 AM
EricWF accepted this revision.May 16 2015, 7:50 AM
EricWF edited edge metadata.

LGTM too

logan closed this revision.May 16 2015, 5:28 PM

Thanks for reviewing. Committed as rL237530.