Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Unified Diff: docs/updating_clang.md

Issue 2940263003: Fix a small mistake in updating_clang.md. (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/updating_clang.md
diff --git a/docs/updating_clang.md b/docs/updating_clang.md
index d412d3a580ecc7ce71d5bc08c03ca2471e22d4d3..d33708963df220af61f8df414361e8eb448a044c 100644
--- a/docs/updating_clang.md
+++ b/docs/updating_clang.md
@@ -2,7 +2,7 @@
1. Sync your Chromium tree to the latest revision to pick up any plugin
changes
-1. Run `python tools/clang/scripts/upload_revision.py --clang_revision=NNNN`
+1. Run `python tools/clang/scripts/upload_revision.py NNNN`
with the target LLVM SVN revision number. This creates a roll CL on a new
branch, uploads it and starts tryjobs that build the compiler binaries into
a staging bucket on Google Cloud Storage (GCS).
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698