summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-cov/Inputs/test_missing.h.gcov
Commit message (Collapse)AuthorAgeFilesLines
* llvm-cov: Handle missing source files as GCOV doesJustin Bogner2014-05-071-0/+6
If the source files referenced by a gcno file are missing, gcov outputs a coverage file where every line is simply /*EOF*/. This also occurs for lines in the coverage that are past the end of a file that is found. This change mimics gcov. llvm-svn: 208149
OpenPOWER on IntegriCloud