aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/assets
diff options
context:
space:
mode:
authorGravatar Ben Wagner <bungeman@google.com>2018-05-11 12:00:45 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-05-11 17:34:27 +0000
commit9bcfcb32de5fcf2f14daa7572455f798c9004025 (patch)
tree15f4496f19a15bbf9cd261e957cf03902c564084 /infra/bots/assets
parentb8f0709aac43cfdefdbf3a307f8c2ecfc0c55d27 (diff)
Roll clang for Windows to chromium's current.
This is mostly to pick up new warnings before chromium complains about them. Change-Id: I69a0c3da63398f98d3f45b0993ed3325c0edae27 Reviewed-on: https://skia-review.googlesource.com/127395 Reviewed-by: Ben Wagner <benjaminwagner@google.com> Commit-Queue: Ben Wagner <benjaminwagner@google.com>
Diffstat (limited to 'infra/bots/assets')
-rw-r--r--infra/bots/assets/clang_win/VERSION2
-rwxr-xr-xinfra/bots/assets/clang_win/create.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/infra/bots/assets/clang_win/VERSION b/infra/bots/assets/clang_win/VERSION
index 7813681f5b..62f9457511 100644
--- a/infra/bots/assets/clang_win/VERSION
+++ b/infra/bots/assets/clang_win/VERSION
@@ -1 +1 @@
-5 \ No newline at end of file
+6 \ No newline at end of file
diff --git a/infra/bots/assets/clang_win/create.py b/infra/bots/assets/clang_win/create.py
index da34ad5e6f..b5a44e301c 100755
--- a/infra/bots/assets/clang_win/create.py
+++ b/infra/bots/assets/clang_win/create.py
@@ -18,7 +18,7 @@ import utils
# Copied from CLANG_REVISION here:
# https://cs.chromium.org/chromium/src/tools/clang/scripts/update.py
-CLANG_REVISION = '327688'
+CLANG_REVISION = '331747'
CLANG_SUB_REVISION = '1'
CLANG_PKG_VERSION = '%s-%s' % (CLANG_REVISION, CLANG_SUB_REVISION)
GS_URL = ('https://commondatastorage.googleapis.com/chromium-browser-clang'