A provider for compilation and linking of C++. This is also a marking provider telling C++ rules that they can depend on the rule with this provider. If it is not intended for the rule to be depended on by C++, the rule should wrap the CcInfo in some other provider.Documentation Index
Fetch the complete documentation index at: https://bazel-promptless-add-bazelrc-env-var-docs.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Members
CcInfo
CcInfo constructor.
Parameters
ParameterDescriptioncompilation_contextCompilationContext; or None;
default is None
The CompilationContext.
linking_contextstruct; or None;
default is None
The LinkingContext.
debug_contextstruct; or None;
default is None
The DebugContext.
compilation_context
CompilationContext
linking_context
LinkingContext