| Index: tools/clang/scripts/update.py
|
| diff --git a/tools/clang/scripts/update.py b/tools/clang/scripts/update.py
|
| index 7c67aedd71e0e019da0e00c53a3d4c6232332d5c..8ea4bc126606e88191b7b38d61c25435ed528a1b 100755
|
| --- a/tools/clang/scripts/update.py
|
| +++ b/tools/clang/scripts/update.py
|
| @@ -217,7 +217,7 @@ def UpdateClang():
|
| '-DLLVM_ENABLE_ASSERTIONS=ON', LLVM_DIR])
|
| RunCommand(GetVSVersion().SetupScript('x86') + ['&&', 'ninja', 'compiler-rt'])
|
|
|
| - # TODO(hans): Make this (and the .gypi and .isolate file) version number
|
| + # TODO(hans): Make this (and the .gypi and .isolate files) version number
|
| # independent.
|
| asan_rt_lib_src_dir = os.path.join(COMPILER_RT_BUILD_DIR, 'lib', 'clang',
|
| VERSION, 'lib', 'windows')
|
|
|