[cfe-commits] r157219 - /cfe/trunk/utils/analyzer/reducer.pl
Ted Kremenek
kremenek at apple.com
Mon May 21 17:52:40 PDT 2012
On May 21, 2012, at 5:46 PM, Nick Lewycky <nlewycky at google.com> wrote:
> Good point. That can be fixed by changing to "my $command = $commandStr 2>&1" can't it? Something like this:
>
> open(IN, "$commandStr 2>&1 |") or die $BAD;
>
> or were you trying to keep stdout and stderr output separate? Your current command doesn't.
>
Now I remember. I wanted the output file for post-debugging if necessary. I'd prefer to keep it as is.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120521/5eb8ab66/attachment.html>
More information about the cfe-commits
mailing list