[llvm-commits] [llvm] r103427 - /llvm/trunk/test/Other/2010-05-60-Printer.ll

Daniel Dunbar daniel_dunbar at apple.com
Wed May 12 10:22:30 PDT 2010


On May 12, 2010, at 10:10 AM, Chris Lattner wrote:

> 
> On May 12, 2010, at 8:01 AM, David Greene wrote:
> 
>> On Wednesday 12 May 2010 00:32:24 Chris Lattner wrote:
>> 
>>> If you're not using lit, I strongly recommend it, it supports parallel
>>> testing, which makes regression tests run much faster on a multicore
>>> machine.  To use it, just do:
>>> 
>>> cd llvm/test; make check-lit
>> 
>> Since the buildbots do this, perhaps "make check" should do the same.
>> I think it's worth changing "make check" to use lit and "make check-deja"
>> to use the old framework (which should be removed at some point).
>> 
>> What do you think?
> 
> I'd much rather just kill off dejagnu completely, but changing the default to be lit and making dejagnu available under 'check-dj' or something would be a good second bet.

All on my list, and/or in bugzilla. Patches welcome, too. :)

 - Daniel

> 
> -Chris





More information about the llvm-commits mailing list