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

Issue 213133002: Don't try to use ASan on Windows (Closed)

Created:
6 years, 9 months ago by Jakob Kummerow
Modified:
6 years, 9 months ago
CC:
v8-dev
Visibility:
Public.

Description

Don't try to use ASan on Windows Let ASan support depend on __has_feature(address_sanitizer) instead of defined(ADDRESS_SANITIZER) R=yangguo@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=20287

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -7 lines) Patch
M build/standalone.gypi View 1 chunk +0 lines, -3 lines 0 comments Download
M src/zone.h View 2 chunks +6 lines, -1 line 0 comments Download
M src/zone-inl.h View 3 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Jakob Kummerow
6 years, 9 months ago (2014-03-26 16:16:06 UTC) #1
Yang
lgtm
6 years, 9 months ago (2014-03-26 16:18:05 UTC) #2
Jakob Kummerow
Committed patchset #1 manually as r20287 (presubmit successful).
6 years, 9 months ago (2014-03-26 16:19:13 UTC) #3
kcc1
lgtm LGTM, but maybe name it V8_USE_ADDRESS_SANITIZER_ANNOTATIONS
6 years, 9 months ago (2014-03-26 16:19:25 UTC) #4
sebmarchand (DO NOT USE)
6 years, 9 months ago (2014-03-27 12:01:08 UTC) #5
Message was sent while issue was closed.
Please not that once this CL land https://codereview.chromium.org/212763004/
you'll be able to revert this safely.

Powered by Google App Engine
This is Rietveld 408576698