vendor: update clang/lld version to fix #13972

This seems like some sort of a weird linker bug, so just update the
toolchain a bit.
This commit is contained in:
K900
2018-08-08 22:11:24 +03:00
parent e4f4a1d9f9
commit 740b2797c5
2 changed files with 3 additions and 3 deletions

View File

@@ -8,10 +8,10 @@
# Do NOT CHANGE this if you don't know what you're doing -- see
# https://code.google.com/p/chromium/wiki/UpdatingClang
# Reverting problematic clang rolls is safe, though.
CLANG_REVISION=307486
CLANG_REVISION=308728
# This is incremented when pushing a new build of Clang at the same revision.
CLANG_SUB_REVISION=1
CLANG_SUB_REVISION=3
PACKAGE_VERSION="${CLANG_REVISION}-${CLANG_SUB_REVISION}"