| commit | 40b643e5b571e8c9ab304227cfa1cac33391426e | [log] [tgz] |
|---|---|---|
| author | George Burgess IV <gbiv@google.com> | Thu Jun 12 09:58:22 2025 -0600 |
| committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 13 10:28:42 2025 -0700 |
| tree | 663748c7e1608f346f65447a837396b27524c3b4 | |
| parent | 27d7c258a161caca71df457cd56c528c233337db [diff] |
llvm_tools: more fixes for file_warning_exemption_bugs - PARENT=foo is invalid; we need to use PARENT+= instead. - Filing bugs as `--format=markdown` is much prettier. - I reworded a bit to vary the flow and tone to something less... droning. - Checkboxes are spelled ` - [ ]`, not `[ ]`. - Bash one-liner at the end needs to iterate over `*.bugged` and `followup-bug` if it exists; just use `*` since the dir should only ever have bugged reports in it BUG=b:403315166, b:424453041 TEST=Created a few bugs and messed with them. Change-Id: I04383abf6c26744f30b976f64af1a4468378342d Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/6634759 Reviewed-by: Jordan Abrahams-Whitehead <ajordanr@google.com> Tested-by: George Burgess <gbiv@chromium.org> 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.