Skip to content

Commit

Permalink
Remove another reference to update.sh in docs
Browse files Browse the repository at this point in the history
BUG=494442
TBR=hans@chromium.org

Review URL: https://codereview.chromium.org/1494803006 .

Cr-Commit-Position: refs/heads/master@{#363202}
  • Loading branch information
nico committed Dec 4, 2015
1 parent e747361 commit 21e0f4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/clang.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ See

Get clang (happens automatically during `gclient runhooks` on Mac and Linux):

tools/clang/scripts/update.sh
tools/clang/scripts/update.py

(Only needs to be run once per checkout, and clang will be automatically updated
by `gclient runhooks`.)
Expand Down Expand Up @@ -128,6 +128,6 @@ lines set `cc` and `cxx` to your clang binary. If things look good, run `ninja

If your clang revision is very different from the one currently used in chromium

* Check `tools/clang/scripts/update.sh` to find chromium's clang revision
* Check `tools/clang/scripts/update.py` to find chromium's clang revision
* You might have to tweak warning flags. Or you could set `werror=` in the
line above to disable warnings as errors (but this only works on Linux).

0 comments on commit 21e0f4f

Please sign in to comment.