Index: tools/clang/scripts/update.py |
diff --git a/tools/clang/scripts/update.py b/tools/clang/scripts/update.py |
index 8ea4bc126606e88191b7b38d61c25435ed528a1b..6e55d0c04706f25a024a70a84a9da240759fccb1 100755 |
--- a/tools/clang/scripts/update.py |
+++ b/tools/clang/scripts/update.py |
@@ -24,7 +24,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 = '226810' |
+ LLVM_WIN_REVISION = '228702' |
# Path constants. (All of these should be absolute paths.) |
THIS_DIR = os.path.abspath(os.path.dirname(__file__)) |