[llvm-commits] [PATCH] FileCheck.cpp: made match regex '$' for DOSish \r\n

Chris Lattner clattner at apple.com
Thu Nov 11 16:00:24 PST 2010


Patch looks good to me, please commit, thanks!

-Chris

On Nov 8, 2010, at 8:35 PM, NAKAMURA Takumi wrote:

> Ping. It can pass two tests below on win32.
>  - Clang :: CodeGenCXX/dyncast.cpp
>  - LLVM :: CodeGen/ARM/globals.ll
> 
> ...Takumi
> 
> 2010/10/4 NAKAMURA Takumi <geek4civic at gmail.com>:
>> Some tests have CHECK: {{foobar$}} to cause mismatch failure on mingw.
>> 
>> I took the way to eliminate \r on MemoryBuffer.
>> Is there any better way?
>> 
>> ...Takumi
>> 
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits




More information about the llvm-commits mailing list