llvm-6502/utils/FileCheck
Dan Gohman d8a5541a51 Skip whitespace when looking for a potential intended match.
Before:

<stdin>:94:1: note: possible intended match here
 movsd 4096(%rsi), %xmm0
^

After:
<stdin>:94:2: note: possible intended match here
 movsd 4096(%rsi), %xmm0
 ^


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94847 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-29 21:55:16 +00:00
..
CMakeLists.txt Add a new little "FileCheck" utility for regression testing. 2009-07-08 18:44:05 +00:00
FileCheck.cpp Skip whitespace when looking for a potential intended match. 2010-01-29 21:55:16 +00:00
Makefile Don't install FileCheck or FileUpdate 2009-08-23 04:39:38 +00:00