Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

previous.s
// RUN: llvm-mc -triple i386-apple-darwin9 %s -o - | FileCheck %s

.text
// CHECK: .section __TEXT,__text

.data
// CHECK: .section __DATA,__data

.previous
// CHECK: .section __TEXT,__text

.previous
// CHECK: .section __DATA,__data