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

Issue 2377013002: Assert that the chosen Android config is safe. (Closed)

Created:
4 years, 2 months ago by Torne
Modified:
4 years, 2 months ago
Reviewers:
Dirk Pranke, agrieve
CC:
chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Assert that the chosen Android config is safe. The default Android release build configuration fails to link on 32-bit devices, because the combination of a 32-bit target CPU, a non-component build, and symbol_level=2 produces a binary that's >4GiB. Assert that at least one of these conditions doesn't apply at gn time, to prevent people being surprised by the inevitable link failure. BUG=648948 Committed: https://crrev.com/090bc3fbad2a085f1eaffa27921072e769729377 Cr-Commit-Position: refs/heads/master@{#421860}

Patch Set 1 #

Patch Set 2 : Move to compiler.gni #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -0 lines) Patch
M build/config/compiler/compiler.gni View 1 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (4 generated)
Torne
People are continuing to discover their build doesn't link. What do you think of this? ...
4 years, 2 months ago (2016-09-28 12:13:16 UTC) #2
agrieve
On 2016/09/28 12:13:16, Torne wrote: > People are continuing to discover their build doesn't link. ...
4 years, 2 months ago (2016-09-28 13:57:25 UTC) #3
agrieve
On 2016/09/28 13:57:25, agrieve wrote: > On 2016/09/28 12:13:16, Torne wrote: > > People are ...
4 years, 2 months ago (2016-09-28 13:57:33 UTC) #4
agrieve
On 2016/09/28 13:57:33, agrieve wrote: > On 2016/09/28 13:57:25, agrieve wrote: > > On 2016/09/28 ...
4 years, 2 months ago (2016-09-28 14:23:04 UTC) #5
Dirk Pranke
I agree that the change should be in compiler.gni instead. Yes, that is the correct ...
4 years, 2 months ago (2016-09-28 16:45:40 UTC) #7
Torne
Moved to compiler.gni. Do we want to change the default selection behaviour or not? You ...
4 years, 2 months ago (2016-09-29 16:12:49 UTC) #8
agrieve
On 2016/09/29 16:12:49, Torne wrote: > Moved to compiler.gni. > > Do we want to ...
4 years, 2 months ago (2016-09-29 16:36:41 UTC) #9
Torne
If it annoys a lot of people I'll change it then. Leaving it as-is for ...
4 years, 2 months ago (2016-09-29 16:37:44 UTC) #10
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/2377013002/20001
4 years, 2 months ago (2016-09-29 16:38:15 UTC) #12
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 2 months ago (2016-09-29 17:29:35 UTC) #13
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/090bc3fbad2a085f1eaffa27921072e769729377 Cr-Commit-Position: refs/heads/master@{#421860}
4 years, 2 months ago (2016-09-29 17:31:46 UTC) #15
Dirk Pranke
4 years, 2 months ago (2016-09-29 17:54:31 UTC) #16
Message was sent while issue was closed.
lgtm.

Powered by Google App Engine
This is Rietveld 408576698