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

David Greene greened at obbligato.org
Mon May 10 20:26:35 PDT 2010


On Monday 10 May 2010 15:51:06 Chris Lattner wrote:
> Author: lattner
> Date: Mon May 10 15:51:06 2010
> New Revision: 103427
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=103427&view=rev
> Log:
> fix a pretty obvious typo.  We test things before committing them, right?
> 
> Modified:
>     llvm/trunk/test/Other/2010-05-60-Printer.ll
> 
> 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.

                                      -Dave



More information about the llvm-commits mailing list