[PATCH] D31505: Do not close STD* descriptors

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 3 18:27:11 PDT 2017


rnk added a comment.

This change left behind a great number of stale comments proclaiming the virtues of closing stdout. I think I agree, closing stdout was never worth it. Asking for tool output on stdout is asking for it to get mixed up with remark outputs, -fdump-record-layouts, and all uses of outs() in clang. We still need to clean things up.


Repository:
  rL LLVM

https://reviews.llvm.org/D31505





More information about the llvm-commits mailing list