aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenModule.h
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2011-05-05 00:08:20 +0000
committerNick Lewycky <nicholas@mxc.ca>2011-05-05 00:08:20 +0000
commit85c011ddc49cb2b108baaca6b36b76b9dcfd7119 (patch)
treec444ae06ba08c97f7455e9f2c09a1e8b9393d010 /clang/lib/CodeGen/CodeGenModule.h
parente262299b72ea13afe959cd94462659618bab6d95 (diff)
downloadllvm-85c011ddc49cb2b108baaca6b36b76b9dcfd7119.zip
llvm-85c011ddc49cb2b108baaca6b36b76b9dcfd7119.tar.gz
llvm-85c011ddc49cb2b108baaca6b36b76b9dcfd7119.tar.bz2
Preserve the full name of the file, so that '-c -o foo.pic.o' produces
foo.pic.gcno instead of foo.gcno. llvm-svn: 130899
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.h')
-rw-r--r--clang/lib/CodeGen/CodeGenModule.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/CodeGen/CodeGenModule.h b/clang/lib/CodeGen/CodeGenModule.h
index 65ee922..ce708c8 100644
--- a/clang/lib/CodeGen/CodeGenModule.h
+++ b/clang/lib/CodeGen/CodeGenModule.h
@@ -735,9 +735,9 @@ private:
void EmitDeclMetadata();
- /// EmitCoverageDir - Emit the llvm.gcov metadata used to tell LLVM where
+ /// EmitCoverageFile - Emit the llvm.gcov metadata used to tell LLVM where
/// to emit the .gcno and .gcda files in a way that persists in .bc files.
- void EmitCoverageDir();
+ void EmitCoverageFile();
/// MayDeferGeneration - Determine if the given decl can be emitted
/// lazily; this is only relevant for definitions. The given decl