Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

BUILD.gn
static_library("BinaryFormat") {
  output_name = "LLVMBinaryFormat"
  deps = [ "//llvm/lib/Support" ]
  sources = [
    "AMDGPUMetadataVerifier.cpp",
    "COFF.cpp",
    "Dwarf.cpp",
    "ELF.cpp",
    "MachO.cpp",
    "Magic.cpp",
    "Minidump.cpp",
    "MsgPackDocument.cpp",
    "MsgPackDocumentYAML.cpp",
    "MsgPackReader.cpp",
    "MsgPackWriter.cpp",
    "Wasm.cpp",
    "XCOFF.cpp",
  ]
}