1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 12:33:33 +02:00
llvm-mirror/test/tools/llvm-cov/Inputs
..
README
test.cpp
test.cpp.gcov
test.gcda
test.gcno

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