Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

__init__.py
from lit.llvm import config

llvm_config = None


def initialize(lit_config, test_config):
    global llvm_config

    llvm_config = config.LLVMConfig(lit_config, test_config)