Clone this repo:
  1. 23453f9 llvm_tools: add llvm_simple_bisect.py by Ryan Beltran · 3 months ago main
  2. 112b4b6 compiler_wrapper: automatic sync by mobiletc-prebuild · 11 hours ago
  3. 83ca115 afdo_metadata: Publish the new kernel profiles by mobiletc-prebuild · 12 hours ago
  4. e351bbc afdo_tools: add update_kernel_afdo.py by George Burgess IV · 4 days ago release-R124-15823.B
  5. 7b937be afdo_tools: skip kernel 5.4 temporarily in upgrades by George Burgess IV · 7 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.