]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/tools/llvm-cov/Inputs/README
Vendor import of llvm release_34 branch r197841 (effectively, 3.4 RC3):
[FreeBSD/FreeBSD.git] / test / tools / llvm-cov / Inputs / README
1 These inputs were pre-generated to allow for easier testing of llvm-cov.
2
3 test.gcno and test.gcda were create by running clang:
4   clang++ -g -ftest-coverage -fprofile-arcs test.cpp
5
6 test.cpp.gcov was created by running gcov 4.2.1:
7   gcov test.cpp