Index: tools/clang/scripts/update.py |
diff --git a/tools/clang/scripts/update.py b/tools/clang/scripts/update.py |
index 520903da26edbcb221866d9224268d27b6cc97a6..13a534da548e8b4ae273fb7f0762e31d58c815aa 100755 |
--- a/tools/clang/scripts/update.py |
+++ b/tools/clang/scripts/update.py |
@@ -27,7 +27,7 @@ import zipfile |
# Do NOT CHANGE this if you don't know what you're doing -- see |
# https://chromium.googlesource.com/chromium/src/+/master/docs/updating_clang.md |
# Reverting problematic clang rolls is safe, though. |
-CLANG_REVISION = '274369' |
+CLANG_REVISION = '277882' |
use_head_revision = 'LLVM_FORCE_HEAD_REVISION' in os.environ |
if use_head_revision: |