| Index: tools/clang/scripts/update.py
|
| diff --git a/tools/clang/scripts/update.py b/tools/clang/scripts/update.py
|
| index a51c515c6e6dd61097f1c85b642535227d501206..f74328d14c1c83c6012a29fa1609b561b37f41cc 100755
|
| --- a/tools/clang/scripts/update.py
|
| +++ b/tools/clang/scripts/update.py
|
| @@ -27,7 +27,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 = '288545'
|
| +CLANG_REVISION = '289575'
|
|
|
| use_head_revision = 'LLVM_FORCE_HEAD_REVISION' in os.environ
|
| if use_head_revision:
|
|
|