llvm/lib/MC/MCParser
Reid Kleckner 983f9af008 [MC] Lex CRLF as one token
This will prevent doubling of line endings when parsing assembly and
emitting assembly.

Otherwise we'd parse the directive, consume the end of statement, hit
the next end of statement, and emit a fresh newline.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@315943 91177308-0d34-0410-b5e6-96231b3b80d8
2017-10-16 22:20:03 +00:00
..
2017-10-16 22:20:03 +00:00