llvm-6502/test/tools/llvm-cov/Inputs/test_no_gcda.h.gcov
Justin Bogner 9433c770f7 llvm-cov: Ignore missing .gcda files
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200740 91177308-0d34-0410-b5e6-96231b3b80d8
2014-02-04 06:41:39 +00:00

9 lines
219 B
Plaintext

-: 0:Source:./test.h
-: 0:Graph:test.gcno
-: 0:Data:-
-: 0:Runs:0
-: 0:Programs:0
#####: 1:struct A {
-: 2: virtual void B();
-: 3:};