Index: tools-webrtc/get_landmines.py |
diff --git a/tools-webrtc/get_landmines.py b/tools-webrtc/get_landmines.py |
index dd0c9b05ec0025743c066cfa2e25cced62f85f77..aca1f3d6ed3f3bc3bdd09d7ccdd5b237ba826ad6 100755 |
--- a/tools-webrtc/get_landmines.py |
+++ b/tools-webrtc/get_landmines.py |
@@ -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. |