at v192 766 B view raw
1diff -Naur llvm-3.3.src-orig/tools/bugpoint/bugpoint.cpp llvm-3.3.src/tools/bugpoint/bugpoint.cpp 2--- llvm-3.3.src-orig/tools/bugpoint/bugpoint.cpp 2013-01-27 20:35:51.000000000 -0500 3+++ llvm-3.3.src/tools/bugpoint/bugpoint.cpp 2013-06-21 18:29:47.612731499 -0400 4@@ -48,9 +48,9 @@ 5 "is killed (default is 300s), 0 disables timeout")); 6 7 static cl::opt<int> 8-MemoryLimit("mlimit", cl::init(-1), cl::value_desc("MBytes"), 9+MemoryLimit("mlimit", cl::init(0), cl::value_desc("MBytes"), 10 cl::desc("Maximum amount of memory to use. 0 disables check." 11- " Defaults to 100MB (800MB under valgrind).")); 12+ " Check disabled by default.")); 13 14 static cl::opt<bool> 15 UseValgrind("enable-valgrind",