summaryrefslogtreecommitdiffstats
path: root/tools/clang
diff options
context:
space:
mode:
authorthakis <thakis@chromium.org>2016-03-08 08:09:37 -0800
committerCommit bot <commit-bot@chromium.org>2016-03-08 16:11:08 +0000
commit41f54fdcad4a879aad6e091396c0c23728b08492 (patch)
treee196bb4d60973c1ca6acf4f98b8a16447f9248fa /tools/clang
parentc70dbf40ec08970d54dd360aaf8b47ca630d0cc4 (diff)
downloadchromium_src-41f54fdcad4a879aad6e091396c0c23728b08492.zip
chromium_src-41f54fdcad4a879aad6e091396c0c23728b08492.tar.gz
chromium_src-41f54fdcad4a879aad6e091396c0c23728b08492.tar.bz2
Revert of Roll clang 261368:262817 (patchset #2 id:20001 of https://codereview.chromium.org/1771803002/ )
Reason for revert: Breaks 32-bit Linux builds: https://build.chromium.org/p/chromium/builders/Linux/builds/72719 FAILED: cd ../../third_party/webrtc/modules; python ../../../tools/protoc_wrapper/protoc_wrapper.py --include "" --protobuf "../../../out/Release/gen/protoc_out/webrtc/modules/audio_processing/debug.pb.h" --proto-in-dir audio_processing --proto-in-file "debug.proto" "--use-system-protobuf=0" -- ../../../out/Release/protoc --cpp_out ../../../out/Release/gen/protoc_out/webrtc/modules/audio_processing --python_out ../../../out/Release/pyproto/webrtc/modules/audio_processing terminate called after throwing an instance of 'std::length_error' what(): vector::_M_range_insert ...for all protoc invocations, from what I can tell. Original issue's description: > Roll clang 261368:262817 > > BUG=589647 > TBR=hans > > Committed: https://chromium.googlesource.com/chromium/src/+/85f082410c466bae100e1d780beac3f4d72f1d04 TBR=hans@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=589647 Review URL: https://codereview.chromium.org/1779443002 Cr-Commit-Position: refs/heads/master@{#379836}
Diffstat (limited to 'tools/clang')
-rwxr-xr-xtools/clang/scripts/update.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/clang/scripts/update.py b/tools/clang/scripts/update.py
index 8476a3a..b1a59b7 100755
--- a/tools/clang/scripts/update.py
+++ b/tools/clang/scripts/update.py
@@ -26,7 +26,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 = '262817'
+CLANG_REVISION = '261368'
use_head_revision = 'LLVM_FORCE_HEAD_REVISION' in os.environ
if use_head_revision: