summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/ARM/preserve-comments-arm.s
blob: fe8f5081bb1152d3c76d3520af5091963f6632b0 (plain)
1
2
3
4
5
6
7
8
9
10
	@RUN: llvm-mc -preserve-comments -n -triple arm-eabi < %s > %t
	@RUN: sed 's/#[C]omment/@Comment/g' %s > %t2
	@RUN: diff --strip-trailing-cr %t %t2
	.text

	mov	r0, r0
foo:	#Comment here
	mov	r0, r0	@ EOL comment
	.ident	""

OpenPOWER on IntegriCloud