mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
[asan] decrease asan-instrumentation-with-call-threshold from 10000 to 7000, see PR17409
llvm-svn: 209623
This commit is contained in:
parent
4b78dd1812
commit
828b647bdc
@ -156,7 +156,7 @@ static cl::opt<int> ClInstrumentationWithCallsThreshold(
|
||||
cl::desc("If the function being instrumented contains more than "
|
||||
"this number of memory accesses, use callbacks instead of "
|
||||
"inline checks (-1 means never use callbacks)."),
|
||||
cl::Hidden, cl::init(10000));
|
||||
cl::Hidden, cl::init(7000));
|
||||
static cl::opt<std::string> ClMemoryAccessCallbackPrefix(
|
||||
"asan-memory-access-callback-prefix",
|
||||
cl::desc("Prefix for memory access callbacks"), cl::Hidden,
|
||||
|
Loading…
Reference in New Issue
Block a user