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

Issue 143873009: Remove -fomit-frame-pointer when building with any Sanitizer. (Closed)

Created:
6 years, 11 months ago by eugenis
Modified:
6 years, 11 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Remove -fomit-frame-pointer when building with any Sanitizer. On Android/ARM we add -fomit-frame-pointer elsewhere in common.gypi. Simply adding -fno-omit-frame-pointer when building with sanitizers is not enough, because the former flag wins (it get added closer to the end of the command line). Therefore, we also remove all -fomit-frame-pointer flags under sanitizers. BUG=325685 TEST=wait for the next clang roll, run asan tests on android R=glider@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=246256

Patch Set 1 #

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

Messages

Total messages: 3 (0 generated)
eugenis
6 years, 11 months ago (2014-01-22 09:20:31 UTC) #1
Alexander Potapenko
LGTM On Wed, Jan 22, 2014 at 1:20 PM, <eugenis@chromium.org> wrote: > Reviewers: Alexander Potapenko, ...
6 years, 11 months ago (2014-01-22 09:22:11 UTC) #2
eugenis
6 years, 11 months ago (2014-01-22 09:27:58 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r246256 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698