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

Issue 1096553002: Do not use bundled gold when using GCC LTO. (Closed)

Created:
5 years, 8 months ago by pcc1
Modified:
5 years, 8 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Do not use bundled gold when using GCC LTO. This is because GCC also uses the -B search path at link time to find "as", and our bundled "as" can only target x86. See also the discussion at https://codereview.chromium.org/1084133002/ (I also tried adding this condition around line 858, but this won't work because of scoping issues ("clang" is not defined here)). R=thakis@chromium.org,fdegans@chromium.org BUG=469376 Committed: https://crrev.com/882ab8a296309793ae4cbd0fd6e2cc730ec050f3 Cr-Commit-Position: refs/heads/master@{#325545}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Style #

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

Messages

Total messages: 10 (3 generated)
pcc1
5 years, 8 months ago (2015-04-16 19:14:20 UTC) #1
Nico
lgtm if fdegans thinks not using gold for gcc lto is ok https://codereview.chromium.org/1096553002/diff/1/build/common.gypi File build/common.gypi ...
5 years, 8 months ago (2015-04-16 19:17:12 UTC) #2
pcc
https://codereview.chromium.org/1096553002/diff/1/build/common.gypi File build/common.gypi (right): https://codereview.chromium.org/1096553002/diff/1/build/common.gypi#newcode4543 build/common.gypi:4543: not (clang==0 and (use_lto==1 or use_lto_o2==1))', { On 2015/04/16 ...
5 years, 8 months ago (2015-04-16 19:45:15 UTC) #4
Fabrice (no longer in Chrome)
lgtm This is about disabling bundled gold, not gold itself.
5 years, 8 months ago (2015-04-16 21:40:16 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1096553002/20001
5 years, 8 months ago (2015-04-16 21:54:04 UTC) #8
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 8 months ago (2015-04-16 23:25:54 UTC) #9
commit-bot: I haz the power
5 years, 8 months ago (2015-04-16 23:27:07 UTC) #10
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/882ab8a296309793ae4cbd0fd6e2cc730ec050f3
Cr-Commit-Position: refs/heads/master@{#325545}

Powered by Google App Engine
This is Rietveld 408576698