aboutsummaryrefslogtreecommitdiff
path: root/pw_toolchain_bazel/docs.rst
blob: 9c885c14f1a4ec839af732b8ce537578e8ac2906 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.. _module-pw_toolchain_bazel:

==================
pw_toolchain_bazel
==================
This module provides building blocks for Bazel's ``cc_toolchain`` API in a way
that increases modularity and reusability. While this module does NOT provide a
hermetic toolchain, Pigweed does provide fully instantiated and supported
toolchains as part of ``pw_toolchain``.

.. warning::
   This module is under construction and is subject to major breaking changes.

------------
Dependencies
------------
This module is not permitted to have dependencies on other modules. When this
module stabilizes, it will be broken out into a separate repository.