Chromium Code Reviews| Index: tools/clang/scripts/update.py |
| diff --git a/tools/clang/scripts/update.py b/tools/clang/scripts/update.py |
| index 46aa8be998689bdf63d82671f37582e461a24564..ccf64ef9c4c0ec879c2ca320c9c44cb1f175b017 100755 |
| --- a/tools/clang/scripts/update.py |
| +++ b/tools/clang/scripts/update.py |
| @@ -26,7 +26,7 @@ import zipfile |
| # Do NOT CHANGE this if you don't know what you're doing -- see |
| # https://code.google.com/p/chromium/wiki/UpdatingClang |
| # Reverting problematic clang rolls is safe, though. |
| -CLANG_REVISION = '255169' |
|
hans
2016/01/05 11:05:52
the message says it's a roll from 255167, not 169
|
| +CLANG_REVISION = '256316' |
| use_head_revision = 'LLVM_FORCE_HEAD_REVISION' in os.environ |
| if use_head_revision: |