[llvm-commits] [llvm] r92046 - /llvm/trunk/lib/Analysis/PHITransAddr.cpp
Chris Lattner
clattner at apple.com
Wed Dec 23 15:10:18 PST 2009
On Dec 23, 2009, at 3:07 PM, David Greene wrote:
> On Wednesday 23 December 2009 16:56, Chris Lattner wrote:
>
>>> Same question. Don't we want the failure messages in the context of
>>> other debug output?
>>
>> It has nothing to do with -debug.
>
> It has everything to do with -debug. Why does -debug exist except
> as a
> tool to do debugging? One of the things we often need to debug is
> crashes.
> So shouldn't the messages be presented in order?
These messages have nothing to do with -debug. We want to get them
when -debug is not enabled.
-Chris
More information about the llvm-commits
mailing list