Index: tools/clang/scripts/update.py |
diff --git a/tools/clang/scripts/update.py b/tools/clang/scripts/update.py |
index 6cb140003f20762a0cf02c9cabe973d5c411d9be..e09b7f4eec6d5272b085fd64af8288420d2582fa 100755 |
--- a/tools/clang/scripts/update.py |
+++ b/tools/clang/scripts/update.py |
@@ -28,7 +28,7 @@ import zipfile |
# Note: this revision is only used for Windows. Other platforms use update.sh. |
# TODO(thakis): Use the same revision on Windows and non-Windows. |
# TODO(thakis): Remove update.sh, use update.py everywhere. |
-LLVM_WIN_REVISION = '247874' |
+LLVM_WIN_REVISION = '253678' |
use_head_revision = 'LLVM_FORCE_HEAD_REVISION' in os.environ |
if use_head_revision: |