[llvm-commits] [llvm] r92046 - /llvm/trunk/lib/Analysis/PHITransAddr.cpp

David Greene dag at cray.com
Wed Dec 23 15:19:24 PST 2009


On Wednesday 23 December 2009 17:10, Chris Lattner wrote:

> These messages have nothing to do with -debug.  We want to get them
> when -debug is not enabled.

Ah.  This is something that got disrupted during the circular_raw_ostream
discussion.  I can certainly make dbgs() output to errs() if -debug is
not enabled.  That's what it does in our code.  I thought I had done that but 
looking at Debug.cpp I obviously missed fixing that case.

The intent was always that dbgs() == errs() if debugging is off.

Would that satisfy your concerns?

                               -Dave



More information about the llvm-commits mailing list