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

Side by Side Diff: docs/updating_clang.md

Issue 2551513002: Fix spelling mistakes in //docs. (Closed)
Patch Set: Undo beng->being Created 4 years 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 unified diff | Download patch
« no previous file with comments | « docs/proxy_auto_config.md ('k') | docs/updating_clang_format_binaries.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Updating clang 1 # Updating clang
2 2
3 1. Sync your Chromium tree to the latest revision to pick up any plugin 3 1. Sync your Chromium tree to the latest revision to pick up any plugin
4 changes 4 changes
5 1. Run `python tools/clang/scripts/upload_revision.py --clang_revision=NNNN` 5 1. Run `python tools/clang/scripts/upload_revision.py --clang_revision=NNNN`
6 with the target LLVM SVN revision number 6 with the target LLVM SVN revision number
7 1. If the clang upload trybots succeed, run the goma package update script to 7 1. If the clang upload try bots succeed, run the goma package update script to
8 push these packages to goma. If you do not have the necessary credentials to 8 push these packages to goma. If you do not have the necessary credentials to
9 do the upload, ask clang@chromium.org to find someone who does 9 do the upload, ask clang@chromium.org to find someone who does
10 1. Run an exhaustive set of try jobs to test the new compiler: 10 1. Run an exhaustive set of try jobs to test the new compiler:
11 ``` 11 ```
12 git cl try && 12 git cl try &&
13 git cl try -m tryserver.chromium.mac -b mac_chromium_asan_rel_ng && 13 git cl try -m tryserver.chromium.mac -b mac_chromium_asan_rel_ng &&
14 git cl try -m tryserver.chromium.linux -b linux_chromium_chromeos_dbg_ng \ 14 git cl try -m tryserver.chromium.linux -b linux_chromium_chromeos_dbg_ng \
15 -b linux_chromium_chromeos_asan_rel_ng -b linux_chromium_msan_rel_ng && 15 -b linux_chromium_chromeos_asan_rel_ng -b linux_chromium_msan_rel_ng &&
16 git cl try -m tryserver.blink -b linux_trusty_blink_rel 16 git cl try -m tryserver.blink -b linux_trusty_blink_rel
17 ``` 17 ```
18 1. Commit roll CL from the first step 18 1. Commit roll CL from the first step
19 1. The bots will now pull the prebuilt binary, and goma will have a matching 19 1. The bots will now pull the prebuilt binary, and goma will have a matching
20 binary, too. 20 binary, too.
OLDNEW
« no previous file with comments | « docs/proxy_auto_config.md ('k') | docs/updating_clang_format_binaries.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698