Index: tools/clang/scripts/update.py |
diff --git a/tools/clang/scripts/update.py b/tools/clang/scripts/update.py |
index 8e973d87727df33b7dcf1fbfd88c5bda40671387..34356e2f1aceb652334692f8285a889903eac23f 100755 |
--- a/tools/clang/scripts/update.py |
+++ b/tools/clang/scripts/update.py |
@@ -27,7 +27,7 @@ |
not re.search(r'\b(asan)=1', os.environ.get('GYP_DEFINES', ''))) |
if not use_head_revision: |
- LLVM_WIN_REVISION = '237003' |
+ LLVM_WIN_REVISION = '235968' |
# Path constants. (All of these should be absolute paths.) |
THIS_DIR = os.path.abspath(os.path.dirname(__file__)) |