Create a new channel as a copy of main.
Rename main to:
Delete main? This cannot be undone.
static_library("InterfaceStub") { output_name = "LLVMInterfaceStub" deps = [ "//llvm/lib/Object", "//llvm/lib/Support", ] sources = [ "ELFObjHandler.cpp", "IFSHandler.cpp", "IFSStub.cpp", ] }