Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

minimal.ll
; RUN: lli -jit-kind=orc-lazy %s
;
; Basic correctness check: A module with a single no-op main function runs.

define i32 @main(i32 %argc, i8** nocapture readnone %argv) {
entry:
  ret i32 0
}