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

Issue 1930753004: Always set symbol visibility when compiling with GCC / Clang. (Closed)

Created:
4 years, 7 months ago by krasin
Modified:
4 years, 7 months ago
Base URL:
https://chromium.googlesource.com/chromium/buildtools.git@master
Target Ref:
refs/heads/master
Project:
buildtools
Visibility:
Public.

Description

Always set symbol visibility when compiling with GCC / Clang. By default, GN includes //build/config/gcc:symbol_visibility_hidden into every target. Some targets remove this config. At least some of the compiler options require the visibility to be set explicitly, and they issue a compiler error otherwise. This change is a follow up to src/ counterpart: https://codereview.chromium.org/1930773002/ BUG=607370 R=glider@chromium.org Committed: b4232ffa4e00eb04cb76deffe9a0c19e9b2e0e65

Patch Set 1 #

Patch Set 2 : sync #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -0 lines) Patch
M third_party/libc++/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/libc++abi/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 8 (2 generated)
krasin
4 years, 7 months ago (2016-04-28 16:27:20 UTC) #2
krasin
Hi Sasha, this is just a friendly bump of the review request in your inbox. ...
4 years, 7 months ago (2016-04-30 03:09:04 UTC) #3
Alexander Potapenko
LGTM
4 years, 7 months ago (2016-05-02 11:51:34 UTC) #4
krasin
Committed patchset #2 (id:20001) manually as b4232ffa4e00eb04cb76deffe9a0c19e9b2e0e65 (presubmit successful).
4 years, 7 months ago (2016-05-02 16:15:10 UTC) #6
krasin
Do we need to roll deps to get this change into src/?
4 years, 7 months ago (2016-05-02 16:15:41 UTC) #7
Alexander Potapenko
4 years, 7 months ago (2016-05-02 16:21:15 UTC) #8
Message was sent while issue was closed.
On 2016/05/02 16:15:41, krasin wrote:
> Do we need to roll deps to get this change into src/?

I think the answer is yes, at least third_party/libc++{,abi} are listed in
buildtools/DEPS in Chromium tree.

Powered by Google App Engine
This is Rietveld 408576698