You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jianglk.darker 7ee447c011
v811_spc009_project
4 months ago
..
afdo_metadata v811_spc009_project 4 months ago
afdo_redaction v811_spc009_project 4 months ago
afdo_tools v811_spc009_project 4 months ago
android_bench_suite v811_spc009_project 4 months ago
bestflags v811_spc009_project 4 months ago
binary_search_tool v811_spc009_project 4 months ago
compiler_wrapper v811_spc009_project 4 months ago
cros_utils v811_spc009_project 4 months ago
crosperf v811_spc009_project 4 months ago
cwp/cr-os v811_spc009_project 4 months ago
debug_info_test v811_spc009_project 4 months ago
go v811_spc009_project 4 months ago
heatmaps v811_spc009_project 4 months ago
llvm_extra v811_spc009_project 4 months ago
llvm_tools v811_spc009_project 4 months ago
orderfile v811_spc009_project 4 months ago
pgo_tools v811_spc009_project 4 months ago
rust_tools v811_spc009_project 4 months ago
toolchain_utils_githooks v811_spc009_project 4 months ago
.style.yapf v811_spc009_project 4 months ago
LICENSE v811_spc009_project 4 months ago
METADATA v811_spc009_project 4 months ago
OWNERS v811_spc009_project 4 months ago
OWNERS.android v811_spc009_project 4 months ago
OWNERS.toolchain v811_spc009_project 4 months ago
PRESUBMIT.cfg v811_spc009_project 4 months ago
README.chromium v811_spc009_project 4 months ago
README.md v811_spc009_project 4 months ago
android_merge_from_upstream.sh v811_spc009_project 4 months ago
auto_delete_nightly_test_data.py v811_spc009_project 4 months ago
build_chromeos.py v811_spc009_project 4 months ago
build_tc.py v811_spc009_project 4 months ago
buildbot_test_llvm.py v811_spc009_project 4 months ago
buildbot_test_toolchains.py v811_spc009_project 4 months ago
chromiumos_image_diff.py v811_spc009_project 4 months ago
compiler-test.sh v811_spc009_project 4 months ago
file_lock_machine.py v811_spc009_project 4 months ago
file_lock_machine_test.py v811_spc009_project 4 months ago
image_chromeos.py v811_spc009_project 4 months ago
lock_machine.py v811_spc009_project 4 months ago
pyrun v811_spc009_project 4 months ago
remote_test.py v811_spc009_project 4 months ago
run_tests_for.py v811_spc009_project 4 months ago
setup_chromeos.py v811_spc009_project 4 months ago
tc_enter_chroot.py v811_spc009_project 4 months ago
unblocked_terms.txt v811_spc009_project 4 months ago
update_telemetry_defaults.py v811_spc009_project 4 months ago

README.md

toolchain-utils

Various utilities used by the Chrome OS 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.