Reviewers: Sven Panne, earthdok, Alexander Potapenko,

Message:
PTAL - this is based on a leftover comment in
https://codereview.chromium.org/802583003/

Description:
[test] Apply more detailed origin tracking in MSAN builds.

BUG=chromium:425187
LOG=n
TBR=svenpa...@chromium.org
NOTRY=true

Please review this at https://codereview.chromium.org/1148333004/

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+1, -1 lines):
  M build/standalone.gypi


Index: build/standalone.gypi
diff --git a/build/standalone.gypi b/build/standalone.gypi
index 24f2e7a74f44e16907330197d9d0b8aaaeb49994..fbf25ae5cc390b4613f489737accd2a72af9976b 100644
--- a/build/standalone.gypi
+++ b/build/standalone.gypi
@@ -38,7 +38,7 @@
     # Track where uninitialized memory originates from. From fastest to
# slowest: 0 - no tracking, 1 - track only the initial allocation site, 2
     # - track the chain of stores leading from allocation site to use site.
-    'msan_track_origins%': 1,
+    'msan_track_origins%': 2,
     'visibility%': 'hidden',
     'v8_enable_backtrace%': 0,
     'v8_enable_i18n_support%': 1,


--
--
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to