"Update" clang.
Chromium ended up reverting their most recent roll, so match that. Change-Id: I54b6351591d9169651f450ec3e800c7c9c28735c Reviewed-on: https://boringssl-review.googlesource.com/30806 Reviewed-by: Steven Valdez <svaldez@google.com> Commit-Queue: David Benjamin <davidben@google.com> CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
This commit is contained in:
parent
e6fd125d31
commit
ad040c593f
@ -19,7 +19,7 @@ import urllib2
|
||||
# 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 = '338452'
|
||||
CLANG_REVISION = '337439'
|
||||
CLANG_SUB_REVISION=1
|
||||
|
||||
PACKAGE_VERSION = "%s-%s" % (CLANG_REVISION, CLANG_SUB_REVISION)
|
||||
|
Loading…
Reference in New Issue
Block a user