mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
f5d6ae5d00
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
9 lines
219 B
Plaintext
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:};
|