xref: /minix3/external/bsd/llvm/dist/llvm/test/tools/llvm-cov/Inputs/README (revision b5e2faaaaf60a8b9a02f8d72f64caa56a87eb312)
1These inputs were pre-generated to allow for easier testing of llvm-cov.
2
3test.gcno and test.gcda were create by running clang:
4  clang++ -g -ftest-coverage -fprofile-arcs test.cpp
5
6test.cpp.gcov was created by running gcov 4.2.1:
7  gcov test.cpp
8