Displaying 3 results from an estimated 3 matches for "ecf7145c".
Did you mean:
cf7145d
2013 Aug 14
1
[LLVMdev] raw_ostream behavior
...Linux Foundation
>
>
>
>
> --
> Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by the Linux Foundation
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130814/ecf7145c/attachment.html>
2013 Aug 14
0
[LLVMdev] raw_ostream behavior
Standard error is what many tools, including clang for example, use for
their --verbose output. This is appropriate because it leaves standard
output available for regular output data, which the user may wish to
capture in a file or a pipe.
Dan
On Wed, Aug 14, 2013 at 2:48 PM, Shankar Easwaran
<shankare at codeaurora.org>wrote:
> Hi Dan,
>
> The other messages, need to go to
2013 Aug 14
5
[LLVMdev] raw_ostream behavior
Hi Dan,
The other messages, need to go to stdout as well. Using stderr to output
for a switch like --verbose is wrong in my opinion.
On 8/14/2013 4:44 PM, Dan Gohman wrote:
> Would it be appropriate for lld's other output to go to standard error
> instead of standard output, since standard output may be used for YAML
> output?
>
> Dan
>
> On Wed, Aug 14, 2013 at 12:53