Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

module-directive-invalid.s
# RUN: not llvm-mc -arch=mips -mcpu=mips32r5 < %s 2>&1 | FileCheck %s

# CHECK: error: .module directive must appear before any code
  .set  nomips16
  .module mt
  nop