1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 04:22:57 +02:00
llvm-mirror/test/tools/llvm-cov/Inputs
Daniel Jasper ca41e63412 Un-revert r196358: "llvm-cov: Added support for function checksums."
And add the proper fix.

llvm-svn: 196367
2013-12-04 08:57:17 +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.gcov Added basic unit test for llvm-cov. 2013-11-13 22:50:15 +00:00
test.gcda Un-revert r196358: "llvm-cov: Added support for function checksums." 2013-12-04 08:57:17 +00:00
test.gcno Un-revert r196358: "llvm-cov: Added support for function checksums." 2013-12-04 08:57:17 +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