rules_cc/cc/toolchains
..
actions
args
capabilities
features
impl
variables
BUILD
README.md
actions.bzl
args.bzl
args_list.bzl
cc_flags_supplier.bzl
cc_toolchain.bzl
cc_toolchain_config_info.bzl
cc_toolchain_info.bzl
cc_toolchain_suite.bzl
compiler_flag.bzl
directory_tool.bzl
fdo_prefetch_hints.bzl
fdo_profile.bzl
feature.bzl
feature_constraint.bzl
feature_set.bzl
memprof_profile.bzl
mutually_exclusive_category.bzl
nested_args.bzl
propeller_optimize.bzl
tool.bzl
tool_capability.bzl
tool_map.bzl
toolchain.bzl
toolchain_config_utils.bzl

README.md

Toolchain rules

This directory contains a suite of rules for defining C/C++ toolchain configurations.

For a living example, see //examples/rule_based_toolchain. For the full API, see //third_party/bazel_rules/docs:toolchain_api.md.