diff options
author | Alex Lorenz <arphaman@gmail.com> | 2014-08-08 23:41:24 +0000 |
---|---|---|
committer | Alex Lorenz <arphaman@gmail.com> | 2014-08-08 23:41:24 +0000 |
commit | f2cf38e0208d880e99dbf680060704d8c4a2bcae (patch) | |
tree | 6f60d6a8cf3bc82f9ba0c9ac945afd11889bbfa8 /clang/lib/CodeGen/CoverageMappingGen.h | |
parent | 1c5a38584df86655fd19e63c5bfa122f6343c379 (diff) | |
download | bcm5719-llvm-f2cf38e0208d880e99dbf680060704d8c4a2bcae.tar.gz bcm5719-llvm-f2cf38e0208d880e99dbf680060704d8c4a2bcae.zip |
Add a cc1 "dump-coverage-mapping" for testing coverage mapping.
Differential Revision: http://reviews.llvm.org/D4799
llvm-svn: 215258
Diffstat (limited to 'clang/lib/CodeGen/CoverageMappingGen.h')
-rw-r--r-- | clang/lib/CodeGen/CoverageMappingGen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CoverageMappingGen.h b/clang/lib/CodeGen/CoverageMappingGen.h index e77dedb925d..5a73a47fee8 100644 --- a/clang/lib/CodeGen/CoverageMappingGen.h +++ b/clang/lib/CodeGen/CoverageMappingGen.h @@ -68,7 +68,7 @@ public: /// \brief Add a function's coverage mapping record to the collection of the /// function mapping records. void addFunctionMappingRecord(llvm::GlobalVariable *FunctionName, - unsigned FunctionNameSize, + StringRef FunctionNameValue, const std::string &CoverageMapping); /// \brief Emit the coverage mapping data for a translation unit. |