mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 15:33:33 +00:00
9433c770f7
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
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:};
|