Chromium Code Reviews

Unified Diff: build/get_landmines.py

Issue 1486343003: Clobber to hopefully resolve a clang problem (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: correct file Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/get_landmines.py
diff --git a/build/get_landmines.py b/build/get_landmines.py
index 6e4dbb3468ec25980bbcdcc7d6790650c01f5873..ea0ae0d415235d911abbcd9f71f8653f020627fd 100755
--- a/build/get_landmines.py
+++ b/build/get_landmines.py
@@ -25,6 +25,7 @@ def main():
print 'Remove build/android.gypi'
print 'Cleanup after windows ninja switch attempt.'
print 'Switching to pinned msvs toolchain.'
+ print 'Clobbering to hopefully resolve problem with mksnapshot'
return 0
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine