| Index: tools/clang/scripts/update.py
|
| diff --git a/tools/clang/scripts/update.py b/tools/clang/scripts/update.py
|
| index e57d92f99c9a1b7e9a1a8ed7f45d91abe9fb4137..bce2f224f1342a97cc267f237a27dad3d086023f 100755
|
| --- a/tools/clang/scripts/update.py
|
| +++ b/tools/clang/scripts/update.py
|
| @@ -15,7 +15,7 @@ import sys
|
| # https://code.google.com/p/chromium/wiki/UpdatingClang
|
| # Reverting problematic clang rolls is safe, though.
|
| # Note: this revision is only used for Windows. Other platforms use update.sh.
|
| -LLVM_WINDOWS_REVISION = '201612'
|
| +LLVM_WINDOWS_REVISION = '201742'
|
|
|
| # Path constants. (All of these should be absolute paths.)
|
| THIS_DIR = os.path.abspath(os.path.dirname(__file__))
|
|
|