Name Date Size #Lines LOC

..--

afdo_metadata/H25-Apr-2025-5550

afdo_redaction/H25-Apr-2025-918652

afdo_tools/H25-Apr-2025-2,6152,006

bestflags/H25-Apr-2025-3,7612,344

binary_search_tool/H25-Apr-2025-9,0256,129

compiler_wrapper/H25-Apr-2025-28,77626,855

contrib/H25-Apr-2025-151108

cros_utils/H25-Apr-2025-6,6905,176

crosperf/H25-Apr-2025-20,08016,154

cwp/cr-os/H25-Apr-2025-342266

debug_info_test/H25-Apr-2025-478321

go/H25-Apr-2025-5,9235,142

llvm_extra/H25-Apr-2025-247160

llvm_tools/H25-Apr-2025-19,97315,404

pgo_tools/H25-Apr-2025-1,8111,359

pgo_tools_rust/H25-Apr-2025-680550

rust-analyzer-chromiumos-wrapper/H25-Apr-2025-826658

rust_tools/H25-Apr-2025-4,2493,423

seccomp_tools/mass_seccomp_editor/H25-Apr-2025-326264

toolchain_utils_githooks/H25-Apr-2025-2,1951,685

upstream_workon/H25-Apr-2025-274195

.gitignoreH A D25-Apr-2025146 87

DIR_METADATAH A D25-Apr-2025724 2218

LICENSEH A D25-Apr-20251.5 KiB2827

METADATAH A D25-Apr-2025600 2018

OWNERSH A D25-Apr-202552 32

OWNERS.toolchainH A D25-Apr-2025145 87

PRESUBMIT.cfgH A D25-Apr-2025243 75

README.chromiumH A D25-Apr-2025673 1815

README.mdH A D25-Apr-2025367 1911

android_merge_from_upstream.shH A D25-Apr-20252.3 KiB7849

auto_abandon_cls.pyH A D25-Apr-20253.2 KiB11790

build_chromeos.pyH A D25-Apr-202511.6 KiB378310

build_tc.pyH A D25-Apr-202512.9 KiB418366

buildbot_test_toolchains.pyH A D25-Apr-202514 KiB428352

check_portable_toolchains.pyH A D25-Apr-20256.4 KiB225181

chromiumos_image_diff.pyH A D25-Apr-202513.4 KiB419351

compiler-test.shH A D25-Apr-20251.6 KiB5927

crate_ebuild_help.pyH A D25-Apr-20255.6 KiB178131

image_chromeos.pyH A D25-Apr-202518.1 KiB563452

lock_machine.pyH A D25-Apr-202518.8 KiB572441

make_root_writable.pyH A D25-Apr-20257.7 KiB262188

pyrunH A D25-Apr-2025107 73

remote_test.pyH A D25-Apr-20252.9 KiB11588

run_tests_for.pyH A D25-Apr-202510.9 KiB345244

tc_enter_chroot.pyH A D25-Apr-202510.9 KiB350290

update_telemetry_defaults.pyH A D25-Apr-20257.2 KiB209164

README.chromium

1Name: toolchain-utils
2Short Name: toolchain-utils
3URL: https://chromium.googlesource.com/chromiumos/third_party/toolchain-utils
4License: BSD
5License File: LICENSE
6Security Critical: no
7
8Description:
9This contains scripts used to help maintain the toolchain.  These
10include tools for downloading and building ChromiumOS; building
11custom versions of the toolchain inside ChromiumOS; launching
12performance tests, analyzing the results and generating reports;
13running toolchain regression tests; and using binary search to isolate
14toolchain issues.
15
16NOTE:  These tools are strictly for Chromium developers; none of them
17ship on the final product (devices that run ChromiumOS).
18

README.md

1# `toolchain-utils`
2
3Various utilities used by the ChromeOS toolchain team.
4
5## Note
6
7To run Python scripts in this directory, first run:
8
9```
10export PYTHONPATH=$(readlink -f .):$PYTHONPATH
11```
12
13from this directory.
14
15Then you can run any script.
16
17To get help on any script, type in `python <script> --help`, or refer to the
18header of the script for more information.
19