[llvm-commits] [llvm] r100616 - in /llvm/trunk/lib/CodeGen/AsmPrinter: DwarfDebug.cpp DwarfDebug.h DwarfException.cpp DwarfException.h

Bill Wendling isanbard at gmail.com
Wed Apr 7 11:18:02 PDT 2010


On Apr 7, 2010, at 3:46 AM, Török Edwin wrote:

> On 04/07/2010 01:20 PM, Török Edwin wrote:
>> On 04/07/2010 12:28 PM, Bill Wendling wrote:
>>> Author: void
>>> Date: Wed Apr  7 04:28:04 2010
>>> New Revision: 100616
>>> 
>>> URL: http://llvm.org/viewvc/llvm-project?rev=100616&view=rev
>>> Log:
>>> Use the "NamedGroupTimer" class to categorize DWARF emission better.
>> 
>> Hi Bill,
>> 
>> Looks like this change broke most of the buildbots, because the dwarf
>> timers are now shown unconditionally on stderr when llc quits, see for
>> example:
>> http://google1.osuosl.org:8011/builders/clang-i686-linux/builds/6270/steps/test-llvm/logs/2007-03-07-combinercrash.ll
>> 
> 
Gah! I shouldn't try to program at 2AM. :-(

> I guarded all your timer creations with TimePassesIsEnabled in r100618,
> this should unbreak the buildbots.

Thanks. I'll check them out. Sorry for the breakage.

-bw





More information about the llvm-commits mailing list