Merge pull request #13988 from K900/update-lld

fix: update clang/lld version to fix #13972
This commit is contained in:
John Kleinschmidt
2018-08-16 10:29:21 -07:00
committed by GitHub
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}"