diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-27 02:42:42 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-27 02:42:42 +0000 |
commit | 54d768dbbdc71d359966e2f755f04b23e2c0b495 (patch) | |
tree | 1b560fb57926d587dda17aba9a6ef98bdf9bef5d /DEPS | |
parent | 7bbf04d98c61a97ee45e032846b73a48ccee3922 (diff) | |
download | chromium_src-54d768dbbdc71d359966e2f755f04b23e2c0b495.zip chromium_src-54d768dbbdc71d359966e2f755f04b23e2c0b495.tar.gz chromium_src-54d768dbbdc71d359966e2f755f04b23e2c0b495.tar.bz2 |
roll clang 138187:138188
(Rolling just 1 revision because something farther on seems to tickle an ld crash, but I'd like to get the rest of this CL in.)
Also pass --disable-threads and --disable-pthreads to configure, for goma.
Also modify the script to try to download prebuilt binaries first. This is faster,
and makes sure the bots use the exact same binary as goma. The binaries are
downloaded from http://commondatastorage.googleapis.com/chromium-browser-clang/index.html
Also add a script that packages a clang build up into a tgz for uploading with
gsutil, based on code by ukai@.
Finally, if the svn checkout fails, remove the destination directory and try
again (for bots that have a checkout from before we had an internal llvm svn
mirror).
BUG=none
TEST=none
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=98416
Review URL: http://codereview.chromium.org/7741039
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98541 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ vars = { # Note: On most bots, clang is not checked out via DEPS but by # tools/clang/scripts/update.sh. The script reads this line here. - "clang_revision": "138187", + "clang_revision": "138188", } deps = { |