8625704ad8
Former-commit-id: 67aa10e65b237e1c4537630979ee99ebe1374215
11 lines
206 B
ArmAsm
11 lines
206 B
ArmAsm
@RUN: llvm-mc -preserve-comments -n -triple arm-eabi < %s > %t
|
|
@RUN: sed 's/#[C]omment/@Comment/g' %s > %t2
|
|
@RUN: diff %t %t2
|
|
.text
|
|
|
|
mov r0, r0
|
|
foo: #Comment here
|
|
mov r0, r0 @ EOL comment
|
|
.ident ""
|
|
|