Re: [PATCH] D24080: [lit] Replace print with lit_config.note().

2016-09-02 Thread Logan Chien via cfe-commits
logan added a comment. Thanks. Committed as https://reviews.llvm.org/rL280484. https://reviews.llvm.org/D24080 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[PATCH] D24080: [lit] Replace print with lit_config.note().

2016-08-31 Thread Logan Chien via cfe-commits
logan created this revision. logan added reviewers: mclow.lists, rengolin, EricWF. logan added a subscriber: cfe-commits. This commit replaces print statement with lit_config.note(). This fixes python3 support for check-libcxxabi. https://reviews.llvm.org/D24080 Files: test/lit.cfg Index: te