
We were producing inconsistent results when a file appeared multiple times in gcno/gcda files if the instances had differing relative paths. This patch unifies filenames, so coverage results are merged. Patch by Oleksii Odynochenko. Thanks! Differential Revision: https://reviews.llvm.org/D152453
10 lines
261 B
Plaintext
10 lines
261 B
Plaintext
-: 0:Source:test.h
|
|
-: 0:Graph:test.gcno
|
|
-: 0:Data:test.gcda
|
|
-: 0:Runs:1
|
|
-: 0:Programs:1
|
|
-: 1:#include <stdint.h>
|
|
1: 2:struct A {
|
|
-: 3: virtual void B();
|
|
-: 4:};
|