summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-cov/Inputs/test_no_gcda.cpp.gcov
Commit message (Collapse)AuthorAgeFilesLines
* llvm-cov: Ignore missing .gcda filesJustin Bogner2014-02-041-0/+79
When gcov is run without gcda data, it acts as if the counts are all zero and labels the file as - to indicate that there was no data. We should do the same. llvm-svn: 200740
OpenPOWER on IntegriCloud