Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

arm64-break.ll
; RUN: llc < %s -mtriple=arm64-eabi | FileCheck %s

define void @foo() nounwind {
; CHECK-LABEL: foo
; CHECK: brk #0x2
  tail call void @llvm.aarch64.break(i32 2)
  ret void
}

declare void @llvm.aarch64.break(i32 immarg) nounwind