mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-10 02:25:47 +00:00
[sanitizer] decrease sanitizer-coverage-block-threshold from 1000 to 500 as another horrible workaround for PR17409
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231733 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -72,7 +72,7 @@ static cl::opt<unsigned> ClCoverageBlockThreshold(
|
|||||||
"sanitizer-coverage-block-threshold",
|
"sanitizer-coverage-block-threshold",
|
||||||
cl::desc("Use a callback with a guard check inside it if there are"
|
cl::desc("Use a callback with a guard check inside it if there are"
|
||||||
" more than this number of blocks."),
|
" more than this number of blocks."),
|
||||||
cl::Hidden, cl::init(1000));
|
cl::Hidden, cl::init(500));
|
||||||
|
|
||||||
static cl::opt<bool>
|
static cl::opt<bool>
|
||||||
ClExperimentalTracing("sanitizer-coverage-experimental-tracing",
|
ClExperimentalTracing("sanitizer-coverage-experimental-tracing",
|
||||||
|
Reference in New Issue
Block a user