[PATCH] D59416: [Legacy][TimePasses] allow -time-passes reporting into a custom stream

Philip Pfaffe via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 22 05:42:49 PDT 2019


philip.pfaffe accepted this revision.
philip.pfaffe added a comment.
This revision is now accepted and ready to land.

On final language nit, otherwise LGTM!



================
Comment at: include/llvm/IR/PassTimingInfo.h:67
   /// Custom output stream to print timing information into.
-  /// By default (== nullptr) we emit time report into the stream controlled by
-  /// -info-output-file.
+  /// By default (== nullptr) we emit time report into the CreateInfoOutputFile
+  /// stream.
----------------
Maybe 'into the stream created by CreateInfoOutputFile()'? Also in order to get the doxygen linking to kick in.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D59416





More information about the llvm-commits mailing list