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

Issue 2157573002: [Mac/GN] Add a new linker_driver.py option to save unstripped linker output. (Closed)

Created:
4 years, 5 months ago by Robert Sesek
Modified:
4 years, 5 months ago
Reviewers:
Mark Mentovai, brettw
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Mac/GN] Add a new linker_driver.py option to save unstripped linker output. This declares a new GN arg save_unstripped_output that can be enabled if enable_stripping=true. If true, then an unstripped copy of the linker output will be saved in the output directory with an ".unstripped" suffix. BUG=628052 R=mark@chromium.org Committed: https://crrev.com/7fa0d497278e20eb8f38e02269f0e88d8cffa9c2 Cr-Commit-Position: refs/heads/master@{#406110}

Patch Set 1 #

Total comments: 10

Patch Set 2 : Address comments #

Total comments: 4

Patch Set 3 : Compiler config #

Unified diffs Side-by-side diffs Delta from patch set Stats (+59 lines, -3 lines) Patch
M build/config/mac/BUILD.gn View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M build/config/mac/symbols.gni View 1 1 chunk +9 lines, -0 lines 0 comments Download
M build/toolchain/mac/BUILD.gn View 1 4 chunks +18 lines, -3 lines 0 comments Download
M build/toolchain/mac/linker_driver.py View 1 3 chunks +28 lines, -0 lines 0 comments Download

Messages

Total messages: 20 (6 generated)
Robert Sesek
Do you think .unstripped suffix or to place into an unstripped/ dir? Android does the ...
4 years, 5 months ago (2016-07-15 19:10:31 UTC) #1
Mark Mentovai
LGTM https://codereview.chromium.org/2157573002/diff/1/build/config/mac/BUILD.gn File build/config/mac/BUILD.gn (right): https://codereview.chromium.org/2157573002/diff/1/build/config/mac/BUILD.gn#newcode99 build/config/mac/BUILD.gn:99: # The ldflags referenced below are handled by ...
4 years, 5 months ago (2016-07-15 19:24:17 UTC) #2
Robert Sesek
https://codereview.chromium.org/2157573002/diff/1/build/config/mac/BUILD.gn File build/config/mac/BUILD.gn (right): https://codereview.chromium.org/2157573002/diff/1/build/config/mac/BUILD.gn#newcode99 build/config/mac/BUILD.gn:99: # The ldflags referenced below are handled by //build/toolchain/mac/linker_driver.py. ...
4 years, 5 months ago (2016-07-15 20:50:22 UTC) #3
Robert Sesek
+brettw for OWNERS
4 years, 5 months ago (2016-07-15 20:52:26 UTC) #5
Mark Mentovai
LGTM
4 years, 5 months ago (2016-07-15 21:31:52 UTC) #6
Robert Sesek
brettw: Ping
4 years, 5 months ago (2016-07-18 16:33:17 UTC) #7
brettw
https://codereview.chromium.org/2157573002/diff/20001/build/config/BUILDCONFIG.gn File build/config/BUILDCONFIG.gn (right): https://codereview.chromium.org/2157573002/diff/20001/build/config/BUILDCONFIG.gn#newcode534 build/config/BUILDCONFIG.gn:534: "//build/config/mac:save_unstripped_output", The only reason anything needs to be in ...
4 years, 5 months ago (2016-07-18 17:53:01 UTC) #8
Robert Sesek
https://codereview.chromium.org/2157573002/diff/20001/build/config/BUILDCONFIG.gn File build/config/BUILDCONFIG.gn (right): https://codereview.chromium.org/2157573002/diff/20001/build/config/BUILDCONFIG.gn#newcode534 build/config/BUILDCONFIG.gn:534: "//build/config/mac:save_unstripped_output", On 2016/07/18 17:53:00, brettw (ping after 24h) wrote: ...
4 years, 5 months ago (2016-07-18 18:46:11 UTC) #9
brettw
https://codereview.chromium.org/2157573002/diff/20001/build/config/mac/BUILD.gn File build/config/mac/BUILD.gn (right): https://codereview.chromium.org/2157573002/diff/20001/build/config/mac/BUILD.gn#newcode13 build/config/mac/BUILD.gn:13: config("compiler") { If one always wants this, I'd put ...
4 years, 5 months ago (2016-07-18 19:27:52 UTC) #10
Robert Sesek
https://codereview.chromium.org/2157573002/diff/20001/build/config/mac/BUILD.gn File build/config/mac/BUILD.gn (right): https://codereview.chromium.org/2157573002/diff/20001/build/config/mac/BUILD.gn#newcode13 build/config/mac/BUILD.gn:13: config("compiler") { On 2016/07/18 19:27:51, brettw (ping after 24h) ...
4 years, 5 months ago (2016-07-18 19:38:48 UTC) #11
brettw
lgtm
4 years, 5 months ago (2016-07-18 19:52:16 UTC) #14
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/2157573002/40001
4 years, 5 months ago (2016-07-18 21:46:57 UTC) #17
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 5 months ago (2016-07-18 21:55:33 UTC) #18
commit-bot: I haz the power
4 years, 5 months ago (2016-07-18 21:59:17 UTC) #20
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/7fa0d497278e20eb8f38e02269f0e88d8cffa9c2
Cr-Commit-Position: refs/heads/master@{#406110}

Powered by Google App Engine
This is Rietveld 408576698