Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Unified Diff: third_party/instrumented_libraries/download_build_install.py

Issue 96083003: Add instrumented libraries build with msan (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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):

Powered by Google App Engine
This is Rietveld 408576698