Files
llvm-6502/test/tools/llvm-cov/Inputs/test_no_gcda.output
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
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'