| commit | ddbd42cfc7d73ffe281ecd3f662bdc6cdf3175dc | [log] [tgz] |
|---|---|---|
| author | George Burgess IV <gbiv@google.com> | Mon Mar 11 10:27:48 2024 -0600 |
| committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 11 22:28:44 2024 +0000 |
| tree | 87ebbf70b1f97a2e390758f53feccdce17146537 | |
| parent | e28af8e16fee2c8f155fcb2868d315c3c53b0f38 [diff] |
llvm_tools: s/chroot_path/chromeos_path This path talks about a ChromeOS source tree, not a chroot. The flag should reflect that. I had to change a few scripts simultaneously, since these all depend on `test_helpers` for `chroot_path`. BUG=b:325884106, b:325895866 TEST=Unittests Change-Id: Ie6e8a5ca62257e6b2b49f0a688d06da45715f50c Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/5360712 Reviewed-by: Jordan Abrahams-Whitehead <ajordanr@google.com> Commit-Queue: George Burgess <gbiv@chromium.org> Tested-by: George Burgess <gbiv@chromium.org>
toolchain-utilsVarious utilities used by the ChromeOS toolchain team.
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.