[PATCH] D87272: [lld] Buffer writes when composing a single diagnostic
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 9 09:31:53 PDT 2021
dblaikie added a comment.
I still don't think this patch is appropriate, in part due to the colour diagnostic issue - coloured output can't, in general, be buffered (due to Windows having a stateful/API based colour changing, rather than ANSI based colour changing - at least in some cases)
If people are getting pages and pages of errors they're ignoring/want to perform quickly - that seems like something that deserves a different solution: turning off the warnings they are ignoring.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87272/new/
https://reviews.llvm.org/D87272
More information about the llvm-commits
mailing list