[llvm-commits] [llvm] r103427 - /llvm/trunk/test/Other/2010-05-60-Printer.ll
Daniel Dunbar
daniel_dunbar at apple.com
Mon May 10 22:55:05 PDT 2010
On May 10, 2010, at 9:33 PM, Chris Lattner wrote:
> On May 10, 2010, at 8:26 PM, David Greene wrote:
>> On Monday 10 May 2010 15:51:06 Chris Lattner wrote:
>>> Author: lattner
>>> Date: Mon May 10 15:51:06 2010
>>> New Revision: 103427
>>>
>>> Modified: llvm/trunk/test/Other/2010-05-60-Printer.ll
>>> URL:
>>> http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Other/2010-05-60-Print
>>> er.ll?rev=103427&r1=103426&r2=103427&view=diff
>>> ==========================================================================
>>> ==== --- llvm/trunk/test/Other/2010-05-60-Printer.ll (original)
>>> +++ llvm/trunk/test/Other/2010-05-60-Printer.ll Mon May 10 15:51:06 2010
>>> @@ -1,4 +1,4 @@
>>> -; RUN: llc -O2 -print-after-all < %s 2>@1
>>> +; RUN: llc -O2 -print-after-all < %s 2>&1
>>
>> Is Tcl on the buildbots broken? What version is it? Again, this works just
>> fine on my machine.
>
> 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.
- Daniel
> -Chris
More information about the llvm-commits
mailing list