Index: third_party/instrumented_libraries/download_build_install.py |
=================================================================== |
--- third_party/instrumented_libraries/download_build_install.py (revision 237902) |
+++ third_party/instrumented_libraries/download_build_install.py (working copy) |
@@ -12,7 +12,7 @@ |
import sys |
# Should be a dict from 'sanitizer type' to 'compiler flag'. |
-SUPPORTED_SANITIZERS = {'asan': 'address'} |
+SUPPORTED_SANITIZERS = {'asan': 'address', 'msan': 'memory'} |
Alexander Potapenko
2013/12/03 10:23:54
Please modify SUPPORTED_SANITIZERS to allow multip
alextaran1
2013/12/03 11:35:47
Done.
|
class ScopedChangeDirectory(object): |