Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

gnu-type-hash-diagnostics.s
@ RUN: not llvm-mc -triple arm-elf -filetype asm -o /dev/null %s 2>&1 | FileCheck %s

	.syntax unified

	.type TYPE #32
// CHECK: error: expected symbol type in directive
// CHECK: .type TYPE #32
// CHECK:             ^

  // For ARM, the comment character is '@', so we don't list '@<type>' as a
  // valid option.
  .section "foo", "a", @progbits
// CHECK: error: expected '%<type>' or "<type>"