This is an archive of the discontinued LLVM Phabricator instance.

[lit] Replace print with lit_config.note().
ClosedPublic

Authored by logan on Aug 31 2016, 8:37 AM.

Details

Summary

This commit replaces print statement with lit_config.note(). This fixes
python3 support for check-libcxxabi.

Diff Detail

Event Timeline

logan updated this revision to Diff 69858.Aug 31 2016, 8:37 AM
logan retitled this revision from to [lit] Replace print with lit_config.note()..
logan updated this object.
logan added reviewers: mclow.lists, rengolin, EricWF.
logan added a subscriber: cfe-commits.
EricWF accepted this revision.Aug 31 2016, 9:57 PM
EricWF edited edge metadata.
This revision is now accepted and ready to land.Aug 31 2016, 9:57 PM
logan added a comment.Sep 2 2016, 7:05 AM

Thanks. Committed as rL280484.

logan closed this revision.Sep 2 2016, 7:05 AM