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

Chris Lattner sabre at nondot.org
Tue May 11 22:32:24 PDT 2010


On May 11, 2010, at 4:28 PM, David Greene wrote:

> On Tuesday 11 May 2010 00:55:05 Daniel Dunbar wrote:
> 
>>> Daniel, is this a lit bug?
>> 
>> This is a 'lit' unimplementism. I didn't implement a full Tcl parser, just
>> enough for the parts we use. Since I plan to kill off the DejaGNU side at
>> some point, I don't feel it is worth adding support for more Tcl-isms, but
>> I can if people like.
> 
> Somebody had better update the documentation if this doesn't get implemented.

Ah, I didn't realize that there was a real lit "bug" here.  I'm sorry for accusing you of not testing your patch!  Thank you for pointing this out.

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

-Chris



More information about the llvm-commits mailing list