[LLVMbugs] [Bug 19227] New: line_iterator is confused with CRLF
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Mar 21 22:57:59 PDT 2014
http://llvm.org/bugs/show_bug.cgi?id=19227
Bug ID: 19227
Summary: line_iterator is confused with CRLF
Product: libraries
Version: trunk
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: Support Libraries
Assignee: unassignedbugs at nondot.org
Reporter: geek4civic at gmail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
Current implementation of line_iterator returns "foo\r" from the input like
"foo\r\n".
For example "llvm-profdata show" doesn't accept DOS CRLF (on Windows).
Tweaked in r204540 with s/F_Text/F_None/ on output of "llvm-profdata merge".
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140322/2b6ece8c/attachment.html>
More information about the llvm-bugs
mailing list