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

Török Edwin edwintorok at gmail.com
Wed Apr 7 03:46:47 PDT 2010


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
> 

I guarded all your timer creations with TimePassesIsEnabled in r100618,
this should unbreak the buildbots.
Please check that the timers still work the way you want.


Best regards,
--Edwin



More information about the llvm-commits mailing list