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

Issue 1887303003: Build: disable icf for gcc builds with bundled gold (Closed)

Created:
4 years, 8 months ago by Lukasz Jagielski
Modified:
4 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

Build: disable icf for gcc builds with bundled gold Gold doesn't respect section alignment when merging symbols https://sourceware.org/bugzilla/show_bug.cgi?id=17704 BUG=576197 Committed: https://crrev.com/feea41a011671a28dd15e2bb1d1290d817d601c0 Cr-Commit-Position: refs/heads/master@{#388437}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Fixup #

Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -1 line) Patch
M build/common.gypi View 1 chunk +6 lines, -0 lines 0 comments Download
M build/config/compiler/BUILD.gn View 1 3 chunks +15 lines, -1 line 0 comments Download

Messages

Total messages: 20 (8 generated)
Lukasz Jagielski
Hi, PTAL at my CL proposition. Regards, Łukasz
4 years, 8 months ago (2016-04-15 08:52:36 UTC) #3
Dirk Pranke
+mcgrathr to double-check this ... https://codereview.chromium.org/1887303003/diff/1/build/config/compiler/BUILD.gn File build/config/compiler/BUILD.gn (right): https://codereview.chromium.org/1887303003/diff/1/build/config/compiler/BUILD.gn#newcode116 build/config/compiler/BUILD.gn:116: gold_icf_level = "all" I ...
4 years, 8 months ago (2016-04-15 21:20:55 UTC) #5
Roland McGrath
https://codereview.chromium.org/1887303003/diff/1/build/config/compiler/BUILD.gn File build/config/compiler/BUILD.gn (right): https://codereview.chromium.org/1887303003/diff/1/build/config/compiler/BUILD.gn#newcode321 build/config/compiler/BUILD.gn:321: ldflags += [ "-Wl,--icf=all" ] This line is what ...
4 years, 8 months ago (2016-04-15 21:24:49 UTC) #6
Lukasz Jagielski
https://codereview.chromium.org/1887303003/diff/1/build/config/compiler/BUILD.gn File build/config/compiler/BUILD.gn (right): https://codereview.chromium.org/1887303003/diff/1/build/config/compiler/BUILD.gn#newcode116 build/config/compiler/BUILD.gn:116: gold_icf_level = "all" On 2016/04/15 21:20:55, Dirk Pranke wrote: ...
4 years, 8 months ago (2016-04-19 17:01:48 UTC) #7
Lukasz Jagielski
4 years, 8 months ago (2016-04-19 17:02:06 UTC) #8
Dirk Pranke
lgtm
4 years, 8 months ago (2016-04-19 18:30:45 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1887303003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1887303003/20001
4 years, 8 months ago (2016-04-19 20:09:33 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/56539)
4 years, 8 months ago (2016-04-19 21:43:43 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1887303003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1887303003/20001
4 years, 8 months ago (2016-04-20 06:44:46 UTC) #15
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 8 months ago (2016-04-20 07:53:50 UTC) #17
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/feea41a011671a28dd15e2bb1d1290d817d601c0 Cr-Commit-Position: refs/heads/master@{#388437}
4 years, 8 months ago (2016-04-22 19:21:17 UTC) #19
pasko
4 years, 7 months ago (2016-04-27 12:10:28 UTC) #20
Message was sent while issue was closed.
A revert of this CL (patchset #2 id:20001) has been created in
https://codereview.chromium.org/1930473002/ by pasko@chromium.org.

The reason for reverting is: Seems to be causing a 2.5MiB regression in
libchrome.so on Android/ARM. Please re-land with disabling ICF for Linux-only.

See: crbug.com/605494.

Powered by Google App Engine
This is Rietveld 408576698