| commit | 9213283d09be2e24439113496da9a432986fdb6c | [log] [tgz] |
|---|---|---|
| author | Jordan R Abrahams-Whitehead <ajordanr@google.com> | Thu Jul 18 18:23:29 2024 +0000 |
| committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jul 18 19:20:07 2024 +0000 |
| tree | 8c1a801323b4e28623351aae13c8d221c6807c3b | |
| parent | c80f113b301e03dddb3b226657fb8f01121102a7 [diff] |
llvm_tools: Minor bug fixes for git_llvm_rev git_llvm_rev.translate_rev_to_sha is the better library call here instead of GetGitHashFrom. Was encountering a bug where the chosen svn_revision didn't exist (or rather, only existed in the future), and the logging here was unclear. While testing, I noticed that want_rev was not filling in, so fixed the formatting there too. BUG=b:343568613 TEST=py/bin/llvm_tools/ready_llvm_branch.py -r516547 TEST=run_python_tests.sh Change-Id: Id4ec590891a803be3d6d0ed16da9e86157feb274 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/5722828 Reviewed-by: George Burgess <gbiv@chromium.org> Auto-Submit: Jordan Abrahams-Whitehead <ajordanr@google.com> Tested-by: Jordan Abrahams-Whitehead <ajordanr@google.com> Commit-Queue: 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.