struct AvailableComponent
Declaration
struct AvailableComponent { /* full declaration omitted */ };
Declared at: build/tools/llvm-config/LibraryDependencies.inc:2
Member Variables
- public const char* Name
- The name of the component.
- public const char* Library
- The name of the library for this component (or NULL).
- public bool IsInstalled
- Whether the component is installed.
- public const char* [83] RequiredLibraries
- The list of libraries required when linking this component.