mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-10 13:51:37 +00:00
Try to make crlf portable to other printf implementations
llvm-svn: 315961
This commit is contained in:
parent
10feee95ac
commit
06c8e40c9a
2
test/MC/X86/Inputs/crlf.s
Normal file
2
test/MC/X86/Inputs/crlf.s
Normal file
@ -0,0 +1,2 @@
|
||||
t1 # This file must be DOS formatted
|
||||
t2
|
@ -1,4 +1,4 @@
|
||||
RUN: printf '\r\n\r\n' | llvm-mc -as-lex | FileCheck %s
|
||||
RUN: llvm-mc %S/Inputs/crlf.s -as-lex | FileCheck %s
|
||||
There should only be two end of statements.
|
||||
CHECK: EndOfStatement
|
||||
CHECK: EndOfStatement
|
||||
|
Loading…
Reference in New Issue
Block a user