Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

avr_function_name.ll
; Check that we accept functions with '$' in the name.

; RUN: llc -mtriple=avr < %s | FileCheck %s

define hidden i8 @"_Z54bar$ompvariant$bar"() {
entry:
  ret i8 2
}