ΒΆvoid SetVersionPrinter(
    llvm::cl::VersionPrinterTy func)

Description

===---------------------------------------------------------------------===// Override the default (LLVM specific) version printer used to print out the version when --version is given on the command line. This allows other systems using the CommandLine utilities to print their own version string.

Declared at: llvm/include/llvm/Support/CommandLine.h:83

Parameters

llvm::cl::VersionPrinterTy func