[PATCH] D58572: [Support] allow -stats/-time-passes reporting into a custom stream
Philip Pfaffe via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 27 01:23:13 PST 2019
philip.pfaffe added a comment.
> This change is focused purely on the stream that LLVM uses to report the data being collected.
> No matter how many TimePassesHandlers you create (and yes, we do create TimePassesHandler one per thread-per-pipeline) they all emit into the same CreateInfoOutputFile() - either stderr or a single file.
> I'm trying to solve a problem of a badly interleaved output, thats all.
You could set the output directly on the handler.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58572/new/
https://reviews.llvm.org/D58572
More information about the llvm-commits
mailing list