llvm/utils/FileCheck
Chris Lattner 528700863a add and document regex support for FileCheck. You can now do stuff like:
; CHECK: movl {{%e[a-z][xi]}}, %eax

or whatever.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82717 91177308-0d34-0410-b5e6-96231b3b80d8
2009-09-24 21:47:32 +00:00
..
CMakeLists.txt Add a new little "FileCheck" utility for regression testing. 2009-07-08 18:44:05 +00:00
FileCheck.cpp add and document regex support for FileCheck. You can now do stuff like: 2009-09-24 21:47:32 +00:00
Makefile Don't install FileCheck or FileUpdate 2009-08-23 04:39:38 +00:00