| commit | a692f08cecb43c1027e9277c7a8408a9a68f0aa8 | [log] [tgz] |
|---|---|---|
| author | Ryan Beltran <ryanbeltran@chromium.org> | Thu Mar 14 21:15:30 2024 +0000 |
| committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Mar 20 21:13:17 2024 +0000 |
| tree | 84a73a2a2e72d1fa4c1eda972e6e7daf142a15b4 | |
| parent | b8a26ea2988fee3391119fc198a87594cda8f6fc [diff] |
llvm_tools: update repo manifest by default for llvm upgrades We need to make manifest changes to apply llvm upgrades now. The update_chromeos_llvm_hash script already supports this but by putting it behind a flag it is easy to miss (especially since it wasn't necessary until relatively recently). This CL makes it automatic for non-llvm_next updates. BUG=None TEST=llvm_tools/update_chromeos_llvm_hash_unittest.py Change-Id: I78ea436ea7e1f52bac00ede55b46705ae13dd03e Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/5373412 Reviewed-by: George Burgess <gbiv@chromium.org> Commit-Queue: Ryan Beltran <ryanbeltran@chromium.org> Tested-by: Ryan Beltran <ryanbeltran@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.