Clone this repo:
  1. 309b7f6 afdo_metadata: Publish the new kernel profiles by crostc-worker · 88 minutes ago main
  2. 99dca1f llvm_tools: ignore reverts of old commits by George Burgess IV · 2 days ago
  3. 4c3d257 llvm_tools: fix HEAD staleness bug by George Burgess IV · 2 days ago
  4. 1baacec llvm_tools: fix bug in gemini_revert_checker by George Burgess IV · 2 days ago
  5. ecb2e8d llvm_tools: add new-style `bb add` output parsing by George Burgess IV · 2 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.