DefaultConfig

Default configuration and paths.

struct DefaultConfig {
enum clangLib;
enum standardPaths;
auto llvmLibPaths;
auto additionalLibPaths;
enum additionalLib;
enum cppLib;
enum clangLib;
enum standardPaths;
auto llvmLibPaths;
auto additionalLibPaths;
enum additionalLib;
enum cppLib;
enum clangLib;
enum standardPaths;
auto llvmLibPaths;
auto additionalLibPaths;
enum ncursesLib;
enum cppLib;
}

Members

Manifest constants

additionalLib
enum additionalLib;

The name of the additional static library, like ncurses or tinfo.

clangLib
enum clangLib;

The name of the Clang dynamic library.

cppLib
enum cppLib;

The name of the C++ standard library.

Static variables

llvmConfigExecutable
enum llvmConfigExecutable;

The name of the LLVM configure binary.

Variables

additionalLibPaths
string[] additionalLibPaths;

A list of default paths where to look for additional libraries.

llvmLibPaths
string[] llvmLibPaths;

A list of default paths where to look for the LLVM and Clang libraries.

Meta