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

Chris Lattner clattner at apple.com
Wed May 12 10:10:12 PDT 2010


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.

-Chris



More information about the llvm-commits mailing list