llvm::cl::printBuildConfig

Print the compiler build configuration to OS.

Synopsis

Declared in <llvm/Support/CommandLine.h>

void
printBuildConfig(raw_ostream& OS);

Description

Designed for compiler developers, not compiler end-users. Intended to be used in --version output when enabled.

Parameters

NameDescription
OSStream that receives the build-configuration text.