Create a new channel as a copy of main.
Rename main to:
Delete main? This cannot be undone.
// REQUIRES: x86-registered-target // RUN: %clang %s -target x86_64-apple-driverkit19.0 -### 2>&1 | FileCheck %s int main() { return 0; } // CHECK: "-target-cpu" "nehalem"