[PATCH] D59366: [NewPM][TimePasses] allow -time-passes reporting into a custom stream

Philip Pfaffe via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 14 08:59:23 PDT 2019


philip.pfaffe added a comment.

Why not default to CreateInfoOutputFile inside of TimePassesHandler if OutputStream is unset? And then have a `setStream(raw_ostream&)` method to change it.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59366/new/

https://reviews.llvm.org/D59366





More information about the llvm-commits mailing list