Landmine to clobber due to Win Clang Debug linking errors

In https://codereview.webrtc.org/2786603002 we saw several
Win Clang Debug errors. Clang was recently rolled so let's just
wipe our bots clean.

BUG=None
TBR=oprypin@webrtc.org

Review-Url: https://codereview.webrtc.org/2781873003 .
Cr-Commit-Position: refs/heads/master@{#17439}
This commit is contained in:
Henrik Kjellander
2017-03-29 12:49:46 +02:00
parent ee99f86f00
commit 43d57dea32

View File

@ -49,6 +49,8 @@ def print_landmines():
print 'Clobber to resolve some issues with corrupt .pdb files on bots.'
print 'Clobber due to corrupt .pdb files (after #14623)'
print 'Clobber due to Win 64-bit Debug linking error (crbug.com/668961)'
print ('Clobber due to Win Clang Debug linking errors in '
'https://codereview.webrtc.org/2786603002')
if platform() == 'mac':
# platform == 'ios' doesn't work since it assumes GYP_DEFINES is set, which
# is no longer the case.