| commit | 3d0d43c7be9c0b496d9bba089962617bff6d1330 | [log] [tgz] |
|---|---|---|
| author | George Burgess IV <gbiv@google.com> | Tue Nov 07 14:07:09 2023 -0700 |
| committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Nov 07 21:41:19 2023 +0000 |
| tree | 424def93f9fe1356cca1df7a093d52a199d9ef91 | |
| parent | 61b08d5aa22b36b1f3925c093d5a636868a96284 [diff] |
pgo_tools: don't upload profiles as (pretend) tarballs This is never packed into a tar file, nor should it be. I'll make a corresponding change to the ebuild when llvm-next gets rolled. BUG=b:305000636 TEST=None Change-Id: I3f9196bffe63d675dc8b0049ce42c09e126cd6a8 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/5010621 Tested-by: George Burgess <gbiv@chromium.org> Auto-Submit: George Burgess <gbiv@chromium.org> Reviewed-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.