From ad040c593ff9f2d46d01317c45bc8fce90e5843b Mon Sep 17 00:00:00 2001 From: David Benjamin Date: Fri, 10 Aug 2018 10:27:06 -0500 Subject: [PATCH] "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 Commit-Queue: David Benjamin CQ-Verified: CQ bot account: commit-bot@chromium.org --- util/bot/update_clang.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/bot/update_clang.py b/util/bot/update_clang.py index ac7f9451..0a911895 100644 --- a/util/bot/update_clang.py +++ b/util/bot/update_clang.py @@ -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)