| commit | f94c1fdfe632c00d502e9a9598bd56080e187685 | [log] [tgz] |
|---|---|---|
| author | Jordan R Abrahams-Whitehead <ajordanr@google.com> | Fri Jan 05 00:07:01 2024 +0000 |
| committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jan 08 20:10:55 2024 +0000 |
| tree | e093325daab944f6c28fa9e58cde449c1163c1f1 | |
| parent | f6ebdbbfc51ee1f92b0ff88164407f18c2edb02b [diff] |
llvm_tools: get_patch.py now applies patches This commit gives get_patch.py the ability to actually write and apply patches to the source tree. BUG=b:318755454 TEST=run_tests_for.py llvm_tools/get_patch.py Change-Id: I32d749f0f11b284151343f247a57d57bce2c1c32 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/5171747 Reviewed-by: George Burgess <gbiv@chromium.org> Commit-Queue: Jordan Abrahams-Whitehead <ajordanr@google.com> Tested-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.