Skip to content

Commit

Permalink
Roll Clang 231191:231690
Browse files Browse the repository at this point in the history
This includes fixes for ASan/MSan/UBSan configurations.

BUG=464621

Review URL: https://codereview.chromium.org/993833002

Cr-Commit-Position: refs/heads/master@{#319978}
  • Loading branch information
zmodem authored and Commit bot committed Mar 10, 2015
1 parent 8e9a84d commit 4271400
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/clang/scripts/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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=231191
CLANG_REVISION=231690

# This is incremented when pushing a new build of Clang at the same revision.
CLANG_SUB_REVISION=2
CLANG_SUB_REVISION=1

PACKAGE_VERSION="${CLANG_REVISION}-${CLANG_SUB_REVISION}"

Expand Down

0 comments on commit 4271400

Please sign in to comment.