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