From: Xinliang David Li Date: Wed, 20 Jan 2016 00:24:52 +0000 (+0000) Subject: Reference the updated function name /NFC X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b5997a7e7464a6ffc571b05d2fff6b09a4eef977;p=clang Reference the updated function name /NFC git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@258261 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CoverageMappingGen.cpp b/lib/CodeGen/CoverageMappingGen.cpp index cfbf781f59..a859ad97d0 100644 --- a/lib/CodeGen/CoverageMappingGen.cpp +++ b/lib/CodeGen/CoverageMappingGen.cpp @@ -1035,7 +1035,7 @@ void CoverageMappingModuleGen::emit() { // to pass the list of names referenced to codegen. new llvm::GlobalVariable(CGM.getModule(), NamesArrTy, true, llvm::GlobalValue::InternalLinkage, NamesArrVal, - llvm::getCoverageNamesVarName()); + llvm::getCoverageUnusedNamesVarName()); } }