mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 19:31:58 +00:00
c92330c18c
If the source files referenced by a gcno file are missing, gcov outputs a coverage file where every line is simply /*EOF*/. This also occurs for lines in the coverage that are past the end of a file that is found. This change mimics gcov. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208149 91177308-0d34-0410-b5e6-96231b3b80d8
9 lines
244 B
Plaintext
9 lines
244 B
Plaintext
File 'srcdir/./nested_dir/../test.h'
|
|
Lines executed:100.00% of 1
|
|
srcdir/./nested_dir/../test.h:creating 'test.h.gcov'
|
|
|
|
File 'srcdir/./nested_dir/../test.cpp'
|
|
Lines executed:84.21% of 38
|
|
srcdir/./nested_dir/../test.cpp:creating 'test.cpp.gcov'
|
|
|