Create a new channel as a copy of main.
Rename main to:
Delete main? This cannot be undone.
// Test that -print-target-triple prints correct triple. // RUN: %clang -print-effective-triple 2>&1 \ // RUN: --target=thumb-linux-gnu \ // RUN: | FileCheck %s // CHECK: armv4t-unknown-linux-gnu