summaryrefslogtreecommitdiff
path: root/test/tools/llvm-cov/Inputs/README
blob: 35c489e08c1218c2ae003005e9ce9f91e41547a2 (plain)
1
2
3
4
5
6
7
These inputs were pre-generated to allow for easier testing of llvm-cov.

test.gcno and test.gcda were create by running the latest version of clang:
  clang++ -g -ftest-coverage -fprofile-arcs test.cpp

test.cpp.gcov was created by running gcov 4.2.1:
  gcov test.cpp