[PATCH] D80803: [llvm-dwarfdump] Flush output before warning and errors are reported
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 1 14:05:41 PDT 2020
dblaikie requested changes to this revision.
dblaikie added a comment.
This revision now requires changes to proceed.
Going to revert my approval for now as @JDevlieghere 's concerns should be addressed/discussed (didn't mean to usurp his inquiry - just a race condition on feedback)
@JDevlieghere I think this does show a fairly scalable solution - limited to only a couple of diagnostic handlers.
But, yeah, I'm with you too - the error messages should be sufficiently self descriptive that they don't need to appear in particular places interleaved with stdout.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80803/new/
https://reviews.llvm.org/D80803
More information about the llvm-commits
mailing list