Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

filetype-null-stop-after.ll
; -stop-after would normally dump MIR, but with -filetype=null as well check
; there's no output at all.
; REQUIRES: default_triple
; RUN: llc -filetype=null -stop-after=finalize-isel -o - %s | count 0