mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-10 02:25:47 +00:00
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
155 B
Plaintext
9 lines
155 B
Plaintext
File 'test.cpp'
|
|
Lines executed:0.00% of 38
|
|
test.cpp:creating 'test.cpp.gcov'
|
|
|
|
File './test.h'
|
|
Lines executed:0.00% of 1
|
|
./test.h:creating './test.h.gcov'
|
|
|