forked from OSchip/llvm-project
parent
3a59e1a78f
commit
1f39fcf26d
|
@ -961,7 +961,7 @@ struct CounterCoverageMappingBuilder
|
|||
}
|
||||
};
|
||||
|
||||
StringRef getCoverageSection(const CodeGenModule &CGM) {
|
||||
std::string getCoverageSection(const CodeGenModule &CGM) {
|
||||
return llvm::getInstrProfCoverageSectionName(&CGM.getModule());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue