• Home
Name Date Size #Lines LOC

..--

afdo_metadata/04-Jul-2025-5550

afdo_redaction/04-Jul-2025-918652

afdo_tools/04-Jul-2025-2,6152,006

bestflags/04-Jul-2025-3,7612,344

binary_search_tool/04-Jul-2025-9,0256,129

compiler_wrapper/04-Jul-2025-28,77626,855

contrib/04-Jul-2025-151108

cros_utils/04-Jul-2025-6,6905,176

crosperf/04-Jul-2025-20,08016,154

cwp/cr-os/04-Jul-2025-342266

debug_info_test/04-Jul-2025-478321

go/04-Jul-2025-5,9235,142

llvm_extra/04-Jul-2025-247160

llvm_tools/04-Jul-2025-19,97315,404

pgo_tools/04-Jul-2025-1,8111,359

pgo_tools_rust/04-Jul-2025-680550

rust-analyzer-chromiumos-wrapper/04-Jul-2025-826658

rust_tools/04-Jul-2025-4,2493,423

seccomp_tools/mass_seccomp_editor/04-Jul-2025-326264

toolchain_utils_githooks/04-Jul-2025-2,1951,685

upstream_workon/04-Jul-2025-274195

.gitignoreD04-Jul-2025146 87

DIR_METADATAD04-Jul-2025724 2218

LICENSED04-Jul-20251.5 KiB2827

METADATAD04-Jul-2025600 2018

OWNERSD04-Jul-2025124 43

OWNERS.toolchainD04-Jul-2025145 87

PRESUBMIT.cfgD04-Jul-2025243 75

README.chromiumD04-Jul-2025673 1815

README.mdD04-Jul-2025367 1911

android_merge_from_upstream.shD04-Jul-20252.3 KiB7849

auto_abandon_cls.pyD04-Jul-20253.2 KiB11790

build_chromeos.pyD04-Jul-202511.6 KiB378310

build_tc.pyD04-Jul-202512.9 KiB418366

buildbot_test_toolchains.pyD04-Jul-202514 KiB428352

check_portable_toolchains.pyD04-Jul-20256.4 KiB225181

chromiumos_image_diff.pyD04-Jul-202513.4 KiB419351

compiler-test.shD04-Jul-20251.6 KiB5927

crate_ebuild_help.pyD04-Jul-20255.6 KiB178131

image_chromeos.pyD04-Jul-202518.1 KiB563452

lock_machine.pyD04-Jul-202518.8 KiB572441

make_root_writable.pyD04-Jul-20257.7 KiB262188

pyrunD04-Jul-2025107 73

remote_test.pyD04-Jul-20252.9 KiB11588

run_tests_for.pyD04-Jul-202510.9 KiB345244

tc_enter_chroot.pyD04-Jul-202510.9 KiB350290

update_telemetry_defaults.pyD04-Jul-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