Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index d8e60f182335a6007d2cea3c3ecede989ec27f01..55e33d194cd58b591706c364c5d02172a9f4ba29 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -5060,6 +5060,11 @@ |
'AdditionalOptions': [ |
'-fsanitize=address', |
], |
+ 'AdditionalIncludeDirectories': [ |
+ # MSVC needs to be able to find the sanitizer headers when |
+ # invoked via /fallback. |
Timur Iskhodzhanov
2014/05/16 09:22:43
Please add
"... which is critical to use macros li
hans
2014/05/16 16:39:47
Done.
|
+ '<(DEPTH)/<(make_clang_dir)/lib/clang/3.5.0/include_sanitizer', |
+ ], |
}, |
'VCLinkerTool': { |
'AdditionalLibraryDirectories': [ |