| commit | 916c67d284a7ef26113e7796c4fbf30e39461d73 | [log] [tgz] |
|---|---|---|
| author | George Burgess IV <gbiv@google.com> | Tue Mar 25 12:27:06 2025 -0600 |
| committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Mar 26 17:38:51 2025 -0700 |
| tree | 57ea1d0fd9e998f5e1489a0065aca5e1e0f0fa31 | |
| parent | f1af7d0098dbc90ae89a69a905140567c1539b64 [diff] |
llvm_patches: ensure all patch entries are up-to-date This is the result of running: ``` py/bin/llvm_tools/create_patch_file.py --patch-dir ./llvm_patches ``` There's one additional fixup here: the `cros-add-llvm-rev-file.patch` file was a fix that should be applied to future branches by `ready_llvm_branch.py`, so I manually adjusted the bounds of it to only apply to this LLVM branch. BUG=b:404909262, b:406239688 TEST=None Change-Id: Ie614c3ab94ad7be5e2931443ef2cf210ef8a3eb5 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/6394155 Tested-by: George Burgess <gbiv@chromium.org> Commit-Queue: George Burgess <gbiv@chromium.org> Reviewed-by: 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.