| Index: tools/clang/scripts/update.py
|
| diff --git a/tools/clang/scripts/update.py b/tools/clang/scripts/update.py
|
| index 7b6ebcf26202638566b875e9bba245514dec134e..503148b7025cf2bdacaf1c73d6dca313b550bc5f 100755
|
| --- a/tools/clang/scripts/update.py
|
| +++ b/tools/clang/scripts/update.py
|
| @@ -446,6 +446,8 @@ def UpdateClang(args):
|
| '-DLLVM_ENABLE_ASSERTIONS=ON',
|
| '-DLLVM_ENABLE_THREADS=OFF',
|
| '-DLLVM_ENABLE_TIMESTAMPS=OFF',
|
| + # Statically link MSVCRT to avoid DLL dependencies.
|
| + '-DLLVM_USE_CRT_RELEASE=MT',
|
| ]
|
|
|
| if args.bootstrap:
|
|
|