commit | 994c900b0b16733c12b5b3e9b8fed997b90f0815 | [log] [tgz] |
---|---|---|
author | George Burgess IV <gbiv@google.com> | Wed Sep 20 08:58:35 2023 -0600 |
committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Sep 20 17:34:25 2023 +0000 |
tree | a0260ded6201c92c8625e94b2504bdd2aa261bb1 | |
parent | 0f121ea3f778e69553dd2e336602762f71a451d3 [diff] |
llvm_tools: rename extra_commit_msg for clarity `extra_commit_msg` is somewhat ambiguous as to what it is; adding `_lines` makes it clearer that an iterable of lines is expected. BUG=b:301250218 TEST=Unittests Change-Id: I757bda6ceafe4514b76d85e85108c15e3f1c32eb Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/4877352 Tested-by: George Burgess <gbiv@chromium.org> Commit-Queue: George Burgess <gbiv@chromium.org> Reviewed-by: Jordan Abrahams-Whitehead <ajordanr@google.com>
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.