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("RuntimeDyld") {
  output_name = "LLVMRuntimeDyld"
  deps = [
    "//llvm/include/llvm/Config:config",
    "//llvm/lib/MC",
    "//llvm/lib/Object",
    "//llvm/lib/Support",
  ]
  sources = [
    "JITSymbol.cpp",
    "RTDyldMemoryManager.cpp",
    "RuntimeDyld.cpp",
    "RuntimeDyldCOFF.cpp",
    "RuntimeDyldChecker.cpp",
    "RuntimeDyldELF.cpp",
    "RuntimeDyldMachO.cpp",
    "Targets/RuntimeDyldELFMips.cpp",
  ]
}