Create a new channel as a copy of main.
Rename main to:
Delete main? This cannot be undone.
executable("ScudoBenchmarks") { configs += [ "//llvm/utils/gn/build:crt_code" ] sources = [ "malloc_benchmark.cpp" ] deps = [ "//compiler-rt/lib/scudo/standalone:sources", "//third-party/benchmark", ] }