brintos

brintos / llvm-project-archived public Read only

0
0
Text · 209 B · 830e512 Raw
11 lines · plain
1	@RUN: llvm-mc -preserve-comments -n -triple arm-eabi < %s > %t2	@RUN: sed 's/#[C]omment/@Comment/g' %s > %t23	@RUN: diff -b %t %t24	.text5 6	mov	r0, r07foo:	#Comment here8	mov	r0, r0	@ EOL comment9	.ident	""10 11