mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 04:32:44 +01:00
1fc07fd6ac
This means these tests will run on Windows. Replace one with UNSUPPORTED: system-windows. llvm-svn: 371473
14 lines
308 B
ArmAsm
14 lines
308 B
ArmAsm
#RUN: llvm-mc -preserve-comments -n -triple i386-linux-gnu < %s > %t
|
|
#RUN: diff -b %s %t
|
|
.text
|
|
|
|
foo: #Comment here
|
|
#comment here
|
|
nop
|
|
#if DIRECTIVE COMMENT
|
|
## WHOLE LINE COMMENT
|
|
cmpl $196, %eax ## EOL COMMENT
|
|
#endif
|
|
.ident "clang version 3.9.0"
|
|
.section ".note.GNU-stack","",@progbits
|