[PATCH] D82276: Make ninja smart console builds more pretty
David Zarzycki via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jun 21 14:18:24 PDT 2020
davezarzycki added a comment.
Naive build output is one line per file (plus output).
Ninja’s smart console mode overwrites the current line with whatever is building at the moment and once everything builds successfully there is only one line of output. That being said, if something forcibly writes to the console, then there are hiccups in the output.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82276/new/
https://reviews.llvm.org/D82276
More information about the llvm-commits
mailing list