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 ae01e3a commit 215f3ddCopy full SHA for 215f3dd
llvm/lib/Transforms/Instrumentation/SanitizerCoverage.cpp
@@ -244,7 +244,7 @@ class ModuleSanitizerCoverage {
244
void InjectTraceForSwitch(Function &F,
245
ArrayRef<Instruction *> SwitchTraceTargets);
246
bool InjectCoverage(Function &F, ArrayRef<BasicBlock *> AllBlocks,
247
- bool IsLeafFunc = true);
+ bool IsLeafFunc);
248
GlobalVariable *CreateFunctionLocalArrayInSection(size_t NumElements,
249
Function &F, Type *Ty,
250
const char *Section);
0 commit comments