commit | 8e7e57a7eb0855293de04bdb175736f6847940e2 | [log] [tgz] |
---|---|---|
author | Bob Haarman <inglorion@chromium.org> | Wed Dec 20 22:59:31 2023 +0000 |
committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Dec 21 20:22:14 2023 +0000 |
tree | edbb9833b70c0bca5f71adfa170d152c51bde676 | |
parent | 97d35514cb45936efa98458124e81c6f726df3b8 [diff] |
llvm_tools/get_llvm_hash.py: annotate and opt into static type checking BUG=b:316360063 TEST=presubmit Change-Id: I5e6fe473465293fd8c1e67e6ff5199c55731abae Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/5143107 Tested-by: Bob Haarman <inglorion@chromium.org> Reviewed-by: Jordan Abrahams-Whitehead <ajordanr@google.com> Commit-Queue: Bob Haarman <inglorion@chromium.org>
toolchain-utils
Various 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.