llvm-project/llvm/test/tools/llvm-cov/gcov/Inputs/test_no_options.h.gcov
Oleksii Odynochenko 24563b8d26 [llvm-cov] Normalize paths by removing dots
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
2023-06-15 15:35:13 -07:00

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:};