Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

elf-jump24-fixup.s
@ RUN: llvm-mc %s -triple=thumbv7-linux-gnueabi -filetype=obj -o - < %s | llvm-objdump -r - | FileCheck %s
	.syntax unified
	.text
	.code	16
	.thumb_func
foo:
	b.w	bar

@ CHECK: {{[0-9a-f]+}} R_ARM_THM_JUMP24 bar