Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

abiversion.yaml
## Check we are able to parse/emit the ABI version with yaml2obj/obj2yaml.

# RUN: yaml2obj %s -o %t
# RUN: llvm-readobj --file-headers %t | FileCheck %s --check-prefix=FROMYAML
# RUN: obj2yaml %t | FileCheck %s --check-prefix=TOYAML

# FROMYAML: ABIVersion: 5
# TOYAML:   ABIVersion: 0x5

--- !ELF
FileHeader:
  Class:      ELFCLASS64
  Data:       ELFDATA2LSB
  Type:       ET_REL
  ABIVersion: 0x05