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

David Greene dag at cray.com
Wed May 12 08:01:23 PDT 2010


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?

                             -Dave




More information about the llvm-commits mailing list