[llvm-commits] [llvm] r79123 - in /llvm/trunk: docs/TestingGuide.html test/CodeGen/X86/sse2.ll utils/FileCheck/FileCheck.cpp

Chris Lattner sabre at nondot.org
Sat Aug 15 19:22:43 PDT 2009


On Aug 15, 2009, at 7:17 PM, Mike Stump wrote:

> On Aug 15, 2009, at 11:32 AM, Chris Lattner wrote:
>> Author: lattner
>> Date: Sat Aug 15 13:32:21 2009
>> New Revision: 79123
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=79123&view=rev
>> Log:
>> implement support for CHECK-NEXT: in filecheck.
>
> Wonderful, thanks...  One possible improvement:
>
> /Volumes/mrs5/net/llvm/llvm-build/tools/clang/test/Output/CodeGenCXX/
> virt.cpp.tmp-32.s:609:2: error: LP32-NEXT: is not on the line after
> the previous match
>  .long __ZTI7test3_D
>  ^
> /Volumes/mrs5/net/llvm/llvm-build/tools/clang/test/Output/CodeGenCXX/
> virt.cpp.tmp-32.s:604:2: note: previous match was here
>  .space 4
>  ^
>
> There is no reference to the input file.  :-(  In the other output,
> you have one of each (which is useful).

Does r79164 do it?

-Chris




More information about the llvm-commits mailing list