| Index: tools/clang/scripts/update.py
|
| diff --git a/tools/clang/scripts/update.py b/tools/clang/scripts/update.py
|
| index 9c6d47adca7a69dcd1c73468bd118c192a251913..b06879ea0e8874491547c5fda609710436cc1907 100755
|
| --- a/tools/clang/scripts/update.py
|
| +++ b/tools/clang/scripts/update.py
|
| @@ -32,7 +32,7 @@ import mac_toolchain
|
| # 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 = '268419'
|
| +CLANG_REVISION = '268799'
|
|
|
| use_head_revision = 'LLVM_FORCE_HEAD_REVISION' in os.environ
|
| if use_head_revision:
|
|
|