Commit 58f4a052 authored by machenbach's avatar machenbach Committed by Commit bot

[build] Fix msan after clang roll.

Port https://codereview.chromium.org/1474923002

BUG=chromium:538614,chromium:559530,chromium:560589
LOG=n
TBR=jochen@chromium.org, thakis@chromium.org, hans@chromium.org,

Review URL: https://codereview.chromium.org/1478863005

Cr-Commit-Position: refs/heads/master@{#32326}
parent 2f0d6288
......@@ -575,9 +575,11 @@
'cflags': [
'-fsanitize=memory',
'-fsanitize-memory-track-origins=<(msan_track_origins)',
'-fPIC',
],
'ldflags': [
'-fsanitize=memory',
'-pie',
],
'defines': [
'MEMORY_SANITIZER',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment