Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

libtool-version.test
# Check that the output of llvm-nm -V (and --version) contains the text
# "GNU" somewhere, to let libtool know that it is compatible with GNU nm.
# Also check that it contains the LLVM version.

RUN: llvm-nm -V | FileCheck %s
RUN: llvm-nm --version | FileCheck %s
CHECK: GNU
CHECK: LLVM version