We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c31d325 commit d2b8e3fCopy full SHA for d2b8e3f
llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
@@ -199,7 +199,8 @@ static cl::opt<float>
199
cl::desc("Probability value in the range [0.0, 1.0] "
200
"to keep instrumentation of a function. "
201
"Note: instrumentation can be skipped randomly "
202
- "OR because of the hot percentile cutoff."));
+ "OR because of the hot percentile cutoff, if "
203
+ "both are supplied."));
204
205
STATISTIC(NumTotalFuncs, "Number of total funcs");
206
STATISTIC(NumInstrumentedFuncs, "Number of instrumented funcs");
0 commit comments