[llvm-commits] [PATCH] FileCheck.cpp: made match regex '$' for DOSish \r\n
NAKAMURA Takumi
geek4civic at gmail.com
Mon Nov 8 20:35:29 PST 2010
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
>
More information about the llvm-commits
mailing list