ΒΆvoid SetVersionPrinter(
llvm::cl::VersionPrinterTy func)
void SetVersionPrinter(
llvm::cl::VersionPrinterTy func)
Description
===---------------------------------------------------------------------===// SetVersionPrinter - 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:90
Parameters
- llvm::cl::VersionPrinterTy func