commit | d7e5c879964eee1a3c9d04d592a75ccbc06d2875 | [log] [tgz] |
---|---|---|
author | Manoj Gupta <manojgupta@google.com> | Mon May 02 09:31:15 2022 -0700 |
committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon May 02 16:54:01 2022 +0000 |
tree | f060a297477a28c342de1e072d24e79c3988630e | |
parent | b20378020a1863ea6dd6b4becc31ab20ff0ec28c [diff] |
Sync unwindlib option with current llvm Use unwindlib=libunwind to match current production wrapper. BUG=None TEST=go test Change-Id: I6cdace48ed871ac87a093addf2b96b86ee5153c2 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/3621381 Reviewed-by: George Burgess <gbiv@chromium.org> Tested-by: Manoj Gupta <manojgupta@chromium.org> Commit-Queue: George Burgess <gbiv@chromium.org> Auto-Submit: Manoj Gupta <manojgupta@chromium.org>
toolchain-utils
Various 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.