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