Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

set-mips16-directive.s
# RUN: llvm-mc %s -arch=mips | FileCheck %s
# FIXME: Update this test when we have a more mature implementation of Mips16 in the IAS.

.text
.set mips16
.set nomips16

# CHECK: .text
# CHECK: .set mips16
# CHECK: .set nomips16