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

Issue 1181033009: Workaround a (Windows) linker bug when doing a PGO build. (Closed)

Created:
5 years, 6 months ago by Sébastien Marchand
Modified:
5 years, 6 months ago
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, hlundin-webrtc, kwiberg-webrtc, tlegrand-webrtc
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Workaround a (Windows) linker bug when doing a PGO build. It looks like having a function that ends with "FATAL()" but doesn't also have a return value (even if it's useless). This is causing a hang in link.exe when doing a PGO build (this has been blocking us from doing PGO builds for more than a month now). See https://connect.microsoft.com/VisualStudio/feedback/details/996802/link-exe-hang-during-the-pgo-optimization-step for more details. BUG=chromium:491914 R=turaj@webrtc.org Committed: https://chromium.googlesource.com/external/webrtc/+/76eea37ed02f653cc0ca786ece78c358e7544db2

Patch Set 1 #

Total comments: 2

Patch Set 2 : Add a comment. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -0 lines) Patch
M webrtc/modules/audio_coding/main/acm2/audio_coding_module_impl.cc View 1 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (4 generated)
Sébastien Marchand
PTAL.
5 years, 6 months ago (2015-06-18 21:24:53 UTC) #2
turaj
LGTM after considering the comment. https://codereview.webrtc.org/1181033009/diff/1/webrtc/modules/audio_coding/main/acm2/audio_coding_module_impl.cc File webrtc/modules/audio_coding/main/acm2/audio_coding_module_impl.cc (right): https://codereview.webrtc.org/1181033009/diff/1/webrtc/modules/audio_coding/main/acm2/audio_coding_module_impl.cc#newcode275 webrtc/modules/audio_coding/main/acm2/audio_coding_module_impl.cc:275: return -1; Please add ...
5 years, 6 months ago (2015-06-19 15:33:22 UTC) #4
Sébastien Marchand
Thanks, committing. https://codereview.webrtc.org/1181033009/diff/1/webrtc/modules/audio_coding/main/acm2/audio_coding_module_impl.cc File webrtc/modules/audio_coding/main/acm2/audio_coding_module_impl.cc (right): https://codereview.webrtc.org/1181033009/diff/1/webrtc/modules/audio_coding/main/acm2/audio_coding_module_impl.cc#newcode275 webrtc/modules/audio_coding/main/acm2/audio_coding_module_impl.cc:275: return -1; On 2015/06/19 15:33:22, turaj wrote: ...
5 years, 6 months ago (2015-06-19 16:01:33 UTC) #7
niklas.enbom
5 years, 6 months ago (2015-06-19 16:11:17 UTC) #8
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
76eea37ed02f653cc0ca786ece78c358e7544db2 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698