Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

enable_dia.gni
declare_args() {
  # Whether to build code that requires the Microsoft DIA SDK.
  # If this is set, %INCLUDE% must contain ".../DIA SDK/include"
  # and %LIB% must contain ".../DIA SDK/lib/amd64". Or use
  # llvm/utils/sysroot.py and set sysroot in args.gn.
  llvm_enable_dia_sdk = false
}