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

Issue 2651893002: Remove outdated __GLIBCXX_ checks in base::StackTrace for POSIX. (Closed)

Created:
3 years, 11 months ago by Wez
Modified:
3 years, 11 months ago
Reviewers:
Nico
CC:
chromium-reviews, vmpstr+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove outdated __GLIBCXX_ checks in base::StackTrace for POSIX. This fixes symbol name unmangling under Mac OS X, where we have switched from building against libstdc++, which defines __GLIBCXX__, to libc++, which does not. All we actually care about is that the C++ library provides the abi::__cxa_demangle() API, which both libraries do. BUG=598886, 596760 Review-Url: https://codereview.chromium.org/2651893002 Cr-Commit-Position: refs/heads/master@{#446398} Committed: https://chromium.googlesource.com/chromium/src/+/bf51bcfadc991bbf00161d8a28fa7fdad74b8222

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -6 lines) Patch
M base/debug/stack_trace_posix.cc View 5 chunks +5 lines, -6 lines 0 comments Download

Messages

Total messages: 19 (12 generated)
Wez
Nico, do you know if there's any remaining reason for USE_SYMBOLIZE? Could we switch things ...
3 years, 11 months ago (2017-01-24 07:53:24 UTC) #8
Nico
> recent Clang versions do not define __GLIBCXX__ clang doesn't define __GLIBCXX__; that define identifies ...
3 years, 11 months ago (2017-01-25 15:51:27 UTC) #9
Wez
On 2017/01/25 15:51:27, Nico wrote: > > recent Clang versions do not define __GLIBCXX__ > ...
3 years, 11 months ago (2017-01-26 17:51:40 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2651893002/1
3 years, 11 months ago (2017-01-26 17:52:21 UTC) #13
Nico
Thanks, new CL description looks great. I'd wrap it at 80ish cols though, those long ...
3 years, 11 months ago (2017-01-26 17:58:37 UTC) #14
Wez
On 2017/01/26 17:58:37, Nico wrote: > Thanks, new CL description looks great. I'd wrap it ...
3 years, 11 months ago (2017-01-26 18:05:44 UTC) #16
commit-bot: I haz the power
3 years, 11 months ago (2017-01-26 19:41:03 UTC) #19
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://chromium.googlesource.com/chromium/src/+/bf51bcfadc991bbf00161d8a28fa...

Powered by Google App Engine
This is Rietveld 408576698