Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

preserve-comments-arm.s
	@RUN: llvm-mc -preserve-comments -n -triple arm-eabi < %s > %t
	@RUN: sed 's/#[C]omment/@Comment/g' %s > %t2
	@RUN: diff -b %t %t2
	.text

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