commit | e583b5e758aa7f6822082a27865d0eef3c390efc | [log] [tgz] |
---|---|---|
author | Hans Wennborg <[email protected]> | Wed Oct 11 02:40:55 2017 |
committer | Commit Bot <[email protected]> | Wed Oct 11 02:40:55 2017 |
tree | ce15293bedc9d5477d645867652f992cb45bea07 | |
parent | 436c1fabb9260c9920bc5db4f8359e0f7aa9d6f8 [diff] [blame] |
docs/updating_clang.md: Fix mac lld copy step And remove some whitespace while we're here. TBR=thakis Bug: none Change-Id: Iadaaa0606a1f3916c4b3ce354c87b20d1c3318ff Reviewed-on: https://chromium-review.googlesource.com/711316 Reviewed-by: Hans Wennborg <[email protected]> Reviewed-by: Nico Weber <[email protected]> Commit-Queue: Hans Wennborg <[email protected]> Cr-Commit-Position: refs/heads/master@{#507873}
diff --git a/docs/updating_clang.md b/docs/updating_clang.md index b996610e..ffda35d 100644 --- a/docs/updating_clang.md +++ b/docs/updating_clang.md
@@ -22,9 +22,9 @@ gs://chromium-browser-clang/$x/llvm-code-coverage-$rev.tgz ; \ done $ gsutil.py cp -n -a public-read gs://chromium-browser-clang-staging/Mac/lld-$rev.tgz \ - gs://chromium-browser-clang/Mac/clang-$rev.tgz ; \ + gs://chromium-browser-clang/Mac/lld-$rev.tgz ``` - + 1. Run the goma package update script to push these packages to goma. If you do not have the necessary credentials to do the upload, ask [email protected] to find someone who does