Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

2009-08-28-WeakLinkage.ll
; RUN: llc -march=sparc < %s | grep weak

define weak i32 @func() nounwind {
entry:
  ret i32 0
}