Create a new channel as a copy of main.
Rename main to:
Delete main? This cannot be undone.
import("//llvm/utils/unittest/unittest.gni") unittest("ObjCopyTests") { deps = [ "//llvm/lib/ObjCopy", "//llvm/lib/Object", "//llvm/lib/ObjectYAML", "//llvm/lib/Testing/Support", ] sources = [ "ObjCopyTest.cpp" ] }