Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

pr19049.ll
; RUN: llc -mtriple x86_64-pc-linux %s -o - | FileCheck %s

module asm ".pushsection foo"
module asm ".popsection"

; CHECK: .section	foo,"",@progbits
; CHECK: .text