commit | a57cfe592cfbc9e60f71cb96b700a7ad34b8526d | [log] [tgz] |
---|---|---|
author | George Burgess IV <gbiv@google.com> | Tue Aug 03 07:04:45 2021 +0000 |
committer | George Burgess <gbiv@chromium.org> | Wed Aug 04 18:43:14 2021 +0000 |
tree | 0a5410787c7338724603898cf1a91c74a46b914f | |
parent | 35c7e000ddc2f5bf7017403447a09099c454281f [diff] |
llvm_tools: use upstream revert_checker Sourcing this properly from LLVM is awkward, since at the least, we'd need to keep an LLVM git repo around. On top of that, we'd need to come up with some way to pin this at a specific version (since the evolution of LLVM ideally shouldn't impact the functionality of bits here). Rather than dealing with all of that, let's just copy this from the repo and declare victory. Changes should be super rare anyway. :) BUG=chromium:194731505 TEST=./nightly_revert_checker_test.py Change-Id: I6179cae57d01bee7cae7883c93f71cb9c2f1f3d1 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/3068861 Reviewed-by: Bob Haarman <inglorion@chromium.org> Tested-by: George Burgess <gbiv@chromium.org>
toolchain-utils
Various utilities used by the Chrome OS 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.