Index: tools/clang/scripts/update.py |
diff --git a/tools/clang/scripts/update.py b/tools/clang/scripts/update.py |
index 9e3988584a1ee829a444f66faa6898052217b58f..30d9ce91e62365b42f7f5984671aa877781740ab 100755 |
--- a/tools/clang/scripts/update.py |
+++ b/tools/clang/scripts/update.py |
@@ -25,7 +25,7 @@ LLVM_WIN_REVISION = 'HEAD' |
# in bringup. Use a pinned revision to make it slightly more stable. |
if (re.search(r'\b(asan)=1', os.environ.get('GYP_DEFINES', '')) and |
not 'LLVM_FORCE_HEAD_REVISION' in os.environ): |
- LLVM_WIN_REVISION = '235098' |
+ LLVM_WIN_REVISION = '235793' |
# Path constants. (All of these should be absolute paths.) |
THIS_DIR = os.path.abspath(os.path.dirname(__file__)) |