1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/test/tools/llvm-cov/Inputs
2013-12-06 21:33:50 +00:00
..
README Added basic unit test for llvm-cov. 2013-11-13 22:50:15 +00:00
test_file_checksum_fail.gcda Un-revert r196358: "llvm-cov: Added support for function checksums." 2013-12-04 08:57:17 +00:00
test_func_checksum_fail.gcda Un-revert r196358: "llvm-cov: Added support for function checksums." 2013-12-04 08:57:17 +00:00
test_read_fail.gcno Un-revert r196358: "llvm-cov: Added support for function checksums." 2013-12-04 08:57:17 +00:00
test.cpp Added basic unit test for llvm-cov. 2013-11-13 22:50:15 +00:00
test.cpp.orig_gcov llvm-cov: Changed extension from .llcov to .gcov. 2013-12-05 20:45:36 +00:00
test.gcda llvm-cov: Regenerated gcov files with r195513 changes. 2013-12-06 21:33:50 +00:00
test.gcno llvm-cov: Regenerated gcov files with r195513 changes. 2013-12-06 21:33:50 +00:00

These inputs were pre-generated to allow for easier testing of llvm-cov.

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

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