Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

print-effective-triple.c
// 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