• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

afdo_metadata/23-Nov-2023-5145

afdo_redaction/23-Nov-2023-860596

afdo_tools/23-Nov-2023-1,5271,091

android_bench_suite/23-Nov-2023-68,86765,116

bestflags/23-Nov-2023-3,6002,195

binary_search_tool/23-Nov-2023-8,5175,639

compiler_wrapper/23-Nov-2023-25,75524,249

cros_utils/23-Nov-2023-7,0205,302

crosperf/23-Nov-2023-17,45613,627

cwp/cr-os/23-Nov-2023-313236

debug_info_test/23-Nov-2023-473318

go/23-Nov-2023-5,8935,112

heatmaps/23-Nov-2023-1,199843

llvm_extra/23-Nov-2023-248161

llvm_tools/23-Nov-2023-11,7157,594

orderfile/23-Nov-2023-187123

pgo_tools/23-Nov-2023-628476

rust_tools/23-Nov-2023-1,6851,362

toolchain_utils_githooks/23-Nov-2023-1,339963

.gitignoreD23-Nov-202377 65

.style.yapfD23-Nov-202376 43

LICENSED23-Nov-20231.5 KiB2827

METADATAD23-Nov-202339 43

OWNERSD23-Nov-202338 32

OWNERS.androidD23-Nov-202356 21

OWNERS.toolchainD23-Nov-2023256 1311

PRESUBMIT.cfgD23-Nov-2023106 32

README.chromiumD23-Nov-2023676 1815

README.mdD23-Nov-2023368 1911

android_merge_from_upstream.shD23-Nov-20232.2 KiB7549

auto_delete_nightly_test_data.pyD23-Nov-20239.1 KiB270198

build_chromeos.pyD23-Nov-202310.3 KiB290222

build_tc.pyD23-Nov-202311.7 KiB355303

buildbot_test_llvm.pyD23-Nov-20236.7 KiB201138

buildbot_test_toolchains.pyD23-Nov-202312.9 KiB384307

chromiumos_image_diff.pyD23-Nov-202311.7 KiB368300

compiler-test.shD23-Nov-20231.7 KiB6227

file_lock_machine.pyD23-Nov-202310.7 KiB390314

file_lock_machine_test.pyD23-Nov-20234 KiB12896

image_chromeos.pyD23-Nov-202316.8 KiB493378

lock_machine.pyD23-Nov-202316.9 KiB530401

pyrunD23-Nov-2023107 73

remote_test.pyD23-Nov-20232.8 KiB10780

run_tests_for.pyD23-Nov-20238.2 KiB276190

setup_chromeos.pyD23-Nov-20238.4 KiB253208

tc_enter_chroot.pyD23-Nov-202310.1 KiB310250

unblocked_terms.txtD23-Nov-2023113 64

update_telemetry_defaults.pyD23-Nov-20236.5 KiB205161

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 Chromium OS; building
11custom versions of the toolchain inside Chromium OS; 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 Chromium OS).
18

README.md

1# `toolchain-utils`
2
3Various utilities used by the Chrome OS 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