| Index: build/config/win/BUILD.gn
|
| diff --git a/build/config/win/BUILD.gn b/build/config/win/BUILD.gn
|
| index 8b40bd452c6ee75e4efdce2db04dc6eff971e69f..cdf6a73a2e8526d75444f63d1e497df392845fa0 100644
|
| --- a/build/config/win/BUILD.gn
|
| +++ b/build/config/win/BUILD.gn
|
| @@ -5,6 +5,7 @@
|
| import("//build/config/compiler/compiler.gni")
|
| import("//build/config/sanitizers/sanitizers.gni")
|
| import("//build/config/win/visual_studio_version.gni")
|
| +import("//build/toolchain/toolchain.gni")
|
|
|
| assert(is_win)
|
|
|
| @@ -95,7 +96,7 @@ config("compiler") {
|
| }
|
|
|
| # Clang runtime libraries, such as the sanitizer runtimes, live here.
|
| - lib_dirs = [ "//third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/lib/windows" ]
|
| + lib_dirs = [ "//third_party/llvm-build/Release+Asserts/lib/clang/$clang_version/lib/windows" ]
|
| }
|
|
|
| if (is_syzyasan) {
|
|
|