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_directive_previous.s
# RUN: llvm-mc -triple i386-pc-linux-gnu %s | FileCheck %s

.bss
# CHECK: .bss

.text
# CHECK: .text

.previous
# CHECK: .bss

.previous
# CHECK: .text