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

Unified Diff: infra/mb/mb_config.pyl

Issue 2189343002: [build] Port using prebuilt instrumented libraries for msan (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fixes Created 4 years, 5 months 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
« gypfiles/standalone.gypi ('K') | « gypfiles/standalone.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/mb/mb_config.pyl
diff --git a/infra/mb/mb_config.pyl b/infra/mb/mb_config.pyl
index 3400e773e671d383e487659d00af872b3733208c..879f5b78ab52a8c820816a9e2041950cd1c772de 100644
--- a/infra/mb/mb_config.pyl
+++ b/infra/mb/mb_config.pyl
@@ -498,8 +498,10 @@
},
'msan': {
- 'gn_args': 'is_msan=true',
- 'gyp_defines': 'clang=1 msan=1',
+ 'gn_args': ('is_msan=true msan_track_origins=2 '
+ 'use_prebuilt_instrumented_libraries=true'),
+ 'gyp_defines': ('clang=1 msan=1 msan_track_origins=2 '
+ 'use_prebuilt_instrumented_libraries=1'),
},
'release': {
« gypfiles/standalone.gypi ('K') | « gypfiles/standalone.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698