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("TextAPI") {
  output_name = "LLVMTextAPI"
  deps = [
    "//llvm/lib/BinaryFormat",
    "//llvm/lib/Support",
  ]
  sources = [
    "Architecture.cpp",
    "ArchitectureSet.cpp",
    "InterfaceFile.cpp",
    "PackedVersion.cpp",
    "Platform.cpp",
    "Symbol.cpp",
    "Target.cpp",
    "TextStub.cpp",
    "TextStubCommon.cpp",
  ]
}