[sanitizer] decrease sanitizer-coverage-block-threshold from 1000 to 500 as another...
authorKostya Serebryany <kcc@google.com>
Tue, 10 Mar 2015 01:11:53 +0000 (01:11 +0000)
committerKostya Serebryany <kcc@google.com>
Tue, 10 Mar 2015 01:11:53 +0000 (01:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231733 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Instrumentation/SanitizerCoverage.cpp

index 6000fd057da55d1cfa56b4c591396f62412dd0f2..fcb6ab04f5edf13eff1c92180d0beee38fea57ad 100644 (file)
@@ -72,7 +72,7 @@ static cl::opt<unsigned> ClCoverageBlockThreshold(
     "sanitizer-coverage-block-threshold",
     cl::desc("Use a callback with a guard check inside it if there are"
              " more than this number of blocks."),
     "sanitizer-coverage-block-threshold",
     cl::desc("Use a callback with a guard check inside it if there are"
              " more than this number of blocks."),
-    cl::Hidden, cl::init(1000));
+    cl::Hidden, cl::init(500));
 
 static cl::opt<bool>
     ClExperimentalTracing("sanitizer-coverage-experimental-tracing",
 
 static cl::opt<bool>
     ClExperimentalTracing("sanitizer-coverage-experimental-tracing",