Clone this repo:
  1. d6992a1 autofix lints with Gemini by George Burgess IV · 6 days ago main
  2. 387098e llvm_tools/git_llvm_rev: parse clang- prefix and build suffixes by Nick Desaulniers · 6 days ago
  3. ad9eeb0 afdo_metadata: Publish the new kernel profiles by crostc-worker · 6 days ago
  4. 4cf0f6e android_tools: add notes to suppression CL messagess by George Burgess IV · 10 days ago
  5. 37738f0 android_tools: replace existing `-Wno-foo` in suppression by George Burgess IV · 10 days ago

toolchain-utils

Various utilities used by the ChromeOS toolchain team.

Note

To run Python scripts in this directory, first run:

export PYTHONPATH=$(readlink -f .):$PYTHONPATH

from this directory.

Then you can run any script.

To get help on any script, type in python <script> --help, or refer to the header of the script for more information.