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

Issue 367623002: Add msan build option. (Closed)

Created:
6 years, 5 months ago by Yang
Modified:
6 years, 5 months ago
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Add msan build option. Currently works only in combination with i18nsupport=off. R=jkummerow@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=22109

Patch Set 1 #

Patch Set 2 : #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -1 line) Patch
M Makefile View 1 chunk +7 lines, -1 line 1 comment Download
M build/standalone.gypi View 1 2 chunks +17 lines, -0 lines 2 comments Download

Messages

Total messages: 6 (0 generated)
Yang
6 years, 5 months ago (2014-07-01 08:53:36 UTC) #1
Jakob Kummerow
lgtm
6 years, 5 months ago (2014-07-01 08:55:54 UTC) #2
Yang
Committed patchset #2 manually as r22109 (tree was closed).
6 years, 5 months ago (2014-07-01 09:04:54 UTC) #3
earthdok
We need the following flags as well: cflags: -gline-tables-only (in Release), -fPIC, -DMEMORY_SANITIZER ldflags: -pie ...
6 years, 5 months ago (2014-07-01 12:13:22 UTC) #4
earthdok
As I noted on the email thread, we won't be able to use this without ...
6 years, 5 months ago (2014-07-01 12:22:02 UTC) #5
Yang
6 years, 5 months ago (2014-07-01 14:55:56 UTC) #6
Message was sent while issue was closed.
On 2014/07/01 12:22:02, earthdok wrote:
> As I noted on the email thread, we won't be able to use this without an
> instrumented libc++.

For posterity, this got reverted in r22124.

Powered by Google App Engine
This is Rietveld 408576698