Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

error-no-gc-odr.test
## This test checks the error message displayed if ODR deduplication
## is enabled while debug info garbage collection is disabled.

# RUN: not llvm-dwarfutil --no-garbage-collection --odr-deduplication - - 2>&1 | FileCheck --check-prefix CHECK %s

# CHECK: error: cannot use --odr-deduplication without --garbage-collection