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

Mike Stump mrs at apple.com
Sat Aug 15 19:17:43 PDT 2009


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).



More information about the llvm-commits mailing list