Check for LNK1201 and retry links when it occurs
LNK1201 seems to be happening increasingly frequently on our debug x64 builds for no clear reason. Subsequent builds tend to succeed so this change updates our link wrapper to retry links when this error is hit. This retry logic may solve the problem. If not then it gives us more evidence about the problem, including a backup copy of the PDB that might be helpful in investigating. Bug: 782660 Change-Id: Iad60648425a01e07a20d108fcc5b74acaead9ee8 Reviewed-on: https://chromium-review.googlesource.com/769333 Commit-Queue: Bruce Dawson <brucedawson@chromium.org> Reviewed-by:Dirk Pranke <dpranke@chromium.org> Cr-Commit-Position: refs/heads/master@{#516769}
Showing
Please register or sign in to comment