Create a new channel as a copy of main.
Rename main to:
Delete main? This cannot be undone.
static_library("AsmParser") { output_name = "LLVMAsmParser" deps = [ "//llvm/lib/BinaryFormat", "//llvm/lib/IR", "//llvm/lib/Support", ] sources = [ "LLLexer.cpp", "LLParser.cpp", "Parser.cpp", ] }