Files
carbon-lang/third_party
Chandler Carruth 5d0d443c98 Move the :install_paths library to //toolchain/base (#6457)
Previously this was kept in `//toolchain/install` so it would be near to
the code that actually defines the installation layout. However, that
creates somewhat unfortunate dependency cycles between
`//toolchain/install` and other directories. Exacerbating this, a
subsequent PR is likely to add dependencies on it from
`//toolchain/base` itself that suggests that is the correct layering.

This PR just moves the code mechanically with as few other edits as
possible.
2025-12-03 17:14:34 +00:00
..
2025-11-18 19:48:58 +00:00
2022-04-05 08:25:04 -07:00

Third-party

The /third_party directory is for any code that doesn't follow Carbon's normal contribution rules, and thus requires special care. The intent is that code not under /third_party should not require special contribution rules.

Examples of code belonging under /third_party include: