| Index: tools/clang/scripts/update.py
|
| diff --git a/tools/clang/scripts/update.py b/tools/clang/scripts/update.py
|
| index e4ae1cee1368269d592b4cf3568a4ae39ae4231e..e78d958807fd69e60dddfbc12b793dac2d6839e3 100755
|
| --- a/tools/clang/scripts/update.py
|
| +++ b/tools/clang/scripts/update.py
|
| @@ -22,7 +22,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 = '213658'
|
| + LLVM_WIN_REVISION = '214846'
|
|
|
| # Path constants. (All of these should be absolute paths.)
|
| THIS_DIR = os.path.abspath(os.path.dirname(__file__))
|
|
|