[LLVMdev] Old DOUT

Daniel Dunbar daniel at zuster.org
Thu Dec 10 13:35:47 PST 2009


On Thu, Dec 10, 2009 at 1:22 PM, David Greene <dag at cray.com> wrote:
> What replaced the old DOUT?

DEBUG({
  errs() << ...;
 );

 - Daniel

> I'm working on sending debug code upstream and one of the things I
> want to add is circular buffering for debug output.  This is a real
> help when processing large files.
>
> So I need a stream that can act differently than errs().  Should I just
> create one?
>
>                               -Dave
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>




More information about the llvm-dev mailing list