| commit | ebc4de6719a87592e53d881bd8f3225d271378e9 | [log] [tgz] |
|---|---|---|
| author | David Benjamin <davidben@google.com> | Wed May 10 15:21:09 2017 -0400 |
| committer | David Benjamin <davidben@google.com> | Wed May 10 21:45:33 2017 +0000 |
| tree | a322d17228ab0679e4bcb99410a5dceda9e247a0 | |
| parent | 63a13ac6fa12b8ef716165b692fd4a3a9eddd235 [diff] [blame] |
Update tools from Chromium. Change-Id: I3bf5fcb210c181c3f7131304e41027ba081e3c0e Reviewed-on: https://boringssl-review.googlesource.com/16145 Reviewed-by: Steven Valdez <svaldez@google.com>
diff --git a/util/bot/update_clang.py b/util/bot/update_clang.py index 7e91113..d23abfc 100644 --- a/util/bot/update_clang.py +++ b/util/bot/update_clang.py
@@ -22,7 +22,7 @@ # CLANG_REVISION and CLANG_SUB_REVISION determine the build of clang # to use. These should be synced with tools/clang/scripts/update.py in # Chromium. -CLANG_REVISION = "296320" +CLANG_REVISION = "300839" CLANG_SUB_REVISION = "1" PACKAGE_VERSION = "%s-%s" % (CLANG_REVISION, CLANG_SUB_REVISION)