32 lines
1.2 KiB
Diff
32 lines
1.2 KiB
Diff
![]() |
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||
|
From: Jeremy Apthorp <nornagon@nornagon.net>
|
||
|
Date: Thu, 18 Apr 2019 11:07:51 -0700
|
||
|
Subject: Revert "Roll clang 356356:357569."
|
||
|
|
||
|
This reverts commit a50f2f33843d26fd7c0d1f1a2331aa45a392c6cd.
|
||
|
|
||
|
This roll broke ARM builds. Tracking bug: crbug.com/953815
|
||
|
|
||
|
diff --git a/tools/clang/scripts/update.py b/tools/clang/scripts/update.py
|
||
|
index c284aff1e3b73977050dcc9ee0608aae6c650f5c..39a4c86ee5fbfbd8f9f8d5b2b08d12af3be078ee 100755
|
||
|
--- a/tools/clang/scripts/update.py
|
||
|
+++ b/tools/clang/scripts/update.py
|
||
|
@@ -35,7 +35,7 @@ import zipfile
|
||
|
# Do NOT CHANGE this if you don't know what you're doing -- see
|
||
|
# https://chromium.googlesource.com/chromium/src/+/master/docs/updating_clang.md
|
||
|
# Reverting problematic clang rolls is safe, though.
|
||
|
-CLANG_REVISION = '357692'
|
||
|
+CLANG_REVISION = '356356'
|
||
|
|
||
|
use_head_revision = bool(os.environ.get('LLVM_FORCE_HEAD_REVISION', '0')
|
||
|
in ('1', 'YES'))
|
||
|
@@ -43,7 +43,7 @@ if use_head_revision:
|
||
|
CLANG_REVISION = 'HEAD'
|
||
|
|
||
|
# This is incremented when pushing a new build of Clang at the same revision.
|
||
|
-CLANG_SUB_REVISION=1
|
||
|
+CLANG_SUB_REVISION=3
|
||
|
|
||
|
PACKAGE_VERSION = "%s-%s" % (CLANG_REVISION, CLANG_SUB_REVISION)
|
||
|
|