aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaroline Tice <cmtice@google.com>2020-09-17 08:14:15 -0700
committerCaroline Tice <cmtice@chromium.org>2020-09-17 15:21:46 +0000
commit38df970e32b35519245836c25c5a2e99ef6ec642 (patch)
tree8db28557fb223f9b07fa8f9368d31f04b21c2f39
parent563cdd918ee69f744934c3782a28d0da178ac5d1 (diff)
downloadtoolchain-utils-38df970e32b35519245836c25c5a2e99ef6ec642.tar.gz
toolchain-utils: Update README.md for llvm_tools.
This corrects an error, a typo, and an omission I discovered in the README.md instructions. BUG=None TEST=None Change-Id: I19c46d87bf326c9ab320dc7bb23b4a8dae5573fe Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/2416246 Auto-Submit: Caroline Tice <cmtice@chromium.org> Reviewed-by: Manoj Gupta <manojgupta@chromium.org> Commit-Queue: Caroline Tice <cmtice@chromium.org> Tested-by: Caroline Tice <cmtice@chromium.org>
-rw-r--r--llvm_tools/README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm_tools/README.md b/llvm_tools/README.md
index 9c4a9c08..d7c20164 100644
--- a/llvm_tools/README.md
+++ b/llvm_tools/README.md
@@ -278,6 +278,7 @@ $ ./auto_llvm_bisection.py --start_rev 369410 --end_rev 369420 \
--last_tested /abs/path/to/last_tested_file.json \
--extra_change_lists 513590 1394249 \
--options latest-toolchain nochromesdk \
+ --chroot_path /path/to/chromeos/chroot \
--builder eve-release-tryjob
```
@@ -554,8 +555,8 @@ PYTHONPATH=../ ./nightly_revert_checker.py \
### `bisect_clang_crashes.py`
This script downloads clang crash diagnoses from
-gs://chrome-toolchain-artifacts/clang-crash-diagnoses and send them to 4c for
-bisectiton.
+gs://chromeos-toolchain-artifacts/clang-crash-diagnoses and send them to 4c for
+bisection.
Usage example: