Home | History | Annotate | Download | only in ARM
      1 	@RUN: llvm-mc -preserve-comments -n -triple arm-eabi < %s > %t
      2 	@RUN: sed 's/#[C]omment/@Comment/g' %s > %t2
      3 	@RUN: diff %t %t2
      4 	.text
      5 
      6 	mov	r0, r0
      7 foo:	#Comment here
      8 	mov	r0, r0	@ EOL comment
      9 	.ident	""
     10 
     11