8e12397d70
Former-commit-id: 7f59f7e792705db773f1caecdaa823092f4e2927
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 ""
|
|
|