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

Issue 8676002: If asan==1: (Closed)

Created:
9 years, 1 month ago by Alexander Potapenko
Modified:
9 years ago
Reviewers:
Nico, Ryan Sleevi
CC:
chromium-reviews
Visibility:
Public.

Description

If asan==1: -- pass the -faddress-sanitizer flag to enable ASan; -- pass the -fasan flag for backward compatibility; -- pass the -DADDRESS_SANITIZER which soon won't be defined by ASan; -- mark several functions missing in the 10.5 SDK as dynamic_lookup Whitespace fix. TBR=thakis Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=111575

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 1

Patch Set 3 : '' #

Total comments: 1

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -6 lines) Patch
M build/common.gypi View 1 2 3 2 chunks +31 lines, -6 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Alexander Potapenko
TBR
9 years, 1 month ago (2011-11-23 10:25:37 UTC) #1
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/glider@chromium.org/8676002/1
9 years, 1 month ago (2011-11-23 11:53:31 UTC) #2
commit-bot: I haz the power
Try job failure for 8676002-1 (retry) on mac_rel for step "media_unittests". It's a second try, ...
9 years, 1 month ago (2011-11-23 13:33:48 UTC) #3
Ryan Sleevi
http://codereview.chromium.org/8676002/diff/4001/build/common.gypi File build/common.gypi (right): http://codereview.chromium.org/8676002/diff/4001/build/common.gypi#newcode1463 build/common.gypi:1463: 'DEAD_CODE_STRIPPING': 'NO', # -Wl,-dead_strip Did you mean to change ...
9 years ago (2011-11-25 07:04:57 UTC) #4
Alexander Potapenko
That's indeed what code reviews are for! In fact I didn't mean to touch DEAD_CODE_STRIPPING ...
9 years ago (2011-11-25 07:08:49 UTC) #5
Ryan Sleevi
lgtm
9 years ago (2011-11-25 07:10:04 UTC) #6
Ryan Sleevi
http://codereview.chromium.org/8676002/diff/7001/build/common.gypi File build/common.gypi (right): http://codereview.chromium.org/8676002/diff/7001/build/common.gypi#newcode1929 build/common.gypi:1929: '-DADDRESS_SANITIZER', er, should this be in a defines, like ...
9 years ago (2011-11-25 07:11:15 UTC) #7
Alexander Potapenko
9 years ago (2011-11-25 07:27:55 UTC) #8
Let it be a separate CL.
I'm anyway going to remove the -fasan flags soon

Powered by Google App Engine
This is Rietveld 408576698