[ARM] Better OR's for MVE compares
[llvm-core.git] / test / MC / AsmParser / preserve-comments-crlf.s
blob4fbb822bc7c4fbac667aaf99a437a7f04873a610
1 #REQUIRES: shell
2 #RUN: llvm-mc -preserve-comments -n -triple i386-linux-gnu < %s > %t
3 #RUN: diff -b %s %t
4 .text
6 foo: #Comment here
7 #comment here
8 nop
9 #if DIRECTIVE COMMENT
10 ## WHOLE LINE COMMENT
11 cmpl $196, %eax ## EOL COMMENT
12 #endif
13 .ident "clang version 3.9.0"
14 .section ".note.GNU-stack","",@progbits