Displaying 1 result from an estimated 1 matches for "1005496".
Did you mean:
100549
2009 Aug 04
2
[LLVMdev] Outputting hex in DOUT's
On Tuesday 04 August 2009 10:46, Chris Lattner wrote:
> On Aug 4, 2009, at 8:29 AM, Aaron Gray wrote:
> > How do output hex in DOUT's ?
>
> Please don't use DOUT, please use:
>
> DEBUG(errs() << stuff);
>
> instead.
I've got some more DOUT-involving patches in the queue. Is this
a general design choice that's been made? If so I can change the