[PATCH] D80694: Improve lit.py's usability by highlighting failing lines.
Varun Gandhi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 29 15:18:25 PDT 2020
varungandhi-apple added a comment.
I've split this patch up into four different patches. Here is the suggested review order:
1. D82808 <https://reviews.llvm.org/D82808>: Small, adds some documentation for -s.
2. D82791 <https://reviews.llvm.org/D82791>: Largish, adds the logic and test cases of finding the failing line.
3. D82811 <https://reviews.llvm.org/D82811>: Small, adds coloring on top of the previous one.
4. D82814 <https://reviews.llvm.org/D82814>: Small, renames echo_all_commands field.
I will close this revision.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80694/new/
https://reviews.llvm.org/D80694
More information about the llvm-commits
mailing list