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("GSYM") {
  output_name = "LLVMDebugInfoGSYM"
  deps = [
    "//llvm/lib/MC",
    "//llvm/lib/Support",
  ]
  sources = [
    "DwarfTransformer.cpp",
    "ExtractRanges.cpp",
    "FileWriter.cpp",
    "FunctionInfo.cpp",
    "GsymCreator.cpp",
    "GsymReader.cpp",
    "Header.cpp",
    "InlineInfo.cpp",
    "LineTable.cpp",
    "LookupResult.cpp",
    "ObjectFileTransformer.cpp",
  ]
}