| commit | 2a1f8058b0b01013e6f57da993f4f7bf79568fd6 | [log] [tgz] |
|---|---|---|
| author | Jordan R Abrahams-Whitehead <ajordanr@google.com> | Thu Jul 10 18:05:33 2025 +0000 |
| committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jul 10 15:41:05 2025 -0700 |
| tree | 8539b8dd9a12c93c47157da1befe1be35ecb78a9 | |
| parent | 63c36b48ae20ac45f6a48ab0e545524fdb448ef5 [diff] |
Filter non-applicable versions for cros patches At present, patches sent to ChromeOS from Android are sent unconditionally with regards to our current LLVM revisions. With our new branching workflow, this is subideal. We should instead be filtering patches only for our appropriate LLVM revisions. This commit repurposes some of the original llvm revision extraction work for Android to also be used for ChromeOS. BUG=b:427944363 TEST=Ran on chrotomation Change-Id: I7bfe423fb08e8a579c01e4963b5df3a0bc055473 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/6723533 Reviewed-by: George Burgess <gbiv@chromium.org> Tested-by: Jordan Abrahams-Whitehead <ajordanr@google.com> Commit-Queue: Jordan Abrahams-Whitehead <ajordanr@google.com>
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.