diff options
author | glider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-02 15:34:00 +0000 |
---|---|---|
committer | glider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-02 15:34:00 +0000 |
commit | 5a5d97aa22829130bad6a4d24ebddf4ff262b704 (patch) | |
tree | 129d8be88e63f72b613d83e8f832549195ade0c3 /build/asan.saves | |
parent | 63fa495a1d980f518c8d3b3e6adb2ae3bec6233b (diff) | |
download | chromium_src-5a5d97aa22829130bad6a4d24ebddf4ff262b704.zip chromium_src-5a5d97aa22829130bad6a4d24ebddf4ff262b704.tar.gz chromium_src-5a5d97aa22829130bad6a4d24ebddf4ff262b704.tar.bz2 |
If the 'asan' GYP variable is set to 1 on Mac, do not strip the __asan_init symbol from the binaries.
Review URL: http://codereview.chromium.org/7828043
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99371 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/asan.saves')
-rw-r--r-- | build/asan.saves | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/build/asan.saves b/build/asan.saves new file mode 100644 index 0000000..8822f7c --- /dev/null +++ b/build/asan.saves @@ -0,0 +1,9 @@ +# Copyright (c) 2011 The Chromium Authors. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +# This file lists symbols that should not be stripped by Xcode from the binaries +# built for Mac OS X using AddressSanitizer +# (http://dev.chromium.org/developers/testing/addresssanitizer). + +___asan_init |