Clone this repo:
  1. 43a19e3 GEMINI.md: add guidance by George Burgess IV · 35 hours ago main
  2. 5e04a2d afdo_metadata: Publish the new kernel profiles by crostc-worker · 2 days ago
  3. 16687a7 llvm_tools: consolidate failure_modes by George Burgess IV · 3 days ago
  4. dcebecd llvm_tools: remove subprocess_helpers by George Burgess IV · 3 days ago
  5. 16598fa llvm: remove old patches by crostc-worker · 3 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.