You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jianglk.darker 7ee447c011
v811_spc009_project
4 months ago
..
README v811_spc009_project 4 months ago
binary-formats.macho32b v811_spc009_project 4 months ago
binary-formats.macho32l v811_spc009_project 4 months ago
binary-formats.macho64l v811_spc009_project 4 months ago
binary-formats.proftext v811_spc009_project 4 months ago
binary-formats.v1.linux64l v811_spc009_project 4 months ago
binary-formats.v2.linux32l v811_spc009_project 4 months ago
binary-formats.v2.linux64l v811_spc009_project 4 months ago
combine_expansions.covmapping v811_spc009_project 4 months ago
combine_expansions.proftext v811_spc009_project 4 months ago
copy_block_helper.gcda v811_spc009_project 4 months ago
copy_block_helper.gcno v811_spc009_project 4 months ago
double_dots.covmapping v811_spc009_project 4 months ago
double_dots.proftext v811_spc009_project 4 months ago
elf_binary_comdat.profdata v811_spc009_project 4 months ago
gcov47_compatibility.gcda v811_spc009_project 4 months ago
gcov47_compatibility.gcno v811_spc009_project 4 months ago
highlightedRanges.covmapping v811_spc009_project 4 months ago
highlightedRanges.profdata v811_spc009_project 4 months ago
instrprof-comdat.h v811_spc009_project 4 months ago
lineExecutionCounts.covmapping v811_spc009_project 4 months ago
lineExecutionCounts.proftext v811_spc009_project 4 months ago
prefer_used_to_unused.covmapping v811_spc009_project 4 months ago
prefer_used_to_unused.cpp v811_spc009_project 4 months ago
prefer_used_to_unused.proftext v811_spc009_project 4 months ago
prevent_false_instantiations.covmapping v811_spc009_project 4 months ago
prevent_false_instantiations.cpp v811_spc009_project 4 months ago
prevent_false_instantiations.proftext v811_spc009_project 4 months ago
range_based_for.gcda v811_spc009_project 4 months ago
range_based_for.gcno v811_spc009_project 4 months ago
regionMarkers.covmapping v811_spc009_project 4 months ago
regionMarkers.proftext v811_spc009_project 4 months ago
report.covmapping v811_spc009_project 4 months ago
report.profdata v811_spc009_project 4 months ago
showExpansions.covmapping v811_spc009_project 4 months ago
showExpansions.profdata v811_spc009_project 4 months ago
templateInstantiations.covmapping v811_spc009_project 4 months ago
templateInstantiations.profdata v811_spc009_project 4 months ago
test.cpp v811_spc009_project 4 months ago
test.gcda v811_spc009_project 4 months ago
test.gcno v811_spc009_project 4 months ago
test.h v811_spc009_project 4 months ago
test_-a.cpp.gcov v811_spc009_project 4 months ago
test_-a.h.gcov v811_spc009_project 4 months ago
test_-a_-b.cpp.gcov v811_spc009_project 4 months ago
test_-a_-b.h.gcov v811_spc009_project 4 months ago
test_-a_-b_-c_-u.cpp.gcov v811_spc009_project 4 months ago
test_-a_-b_-c_-u.h.gcov v811_spc009_project 4 months ago
test_-a_-b_-u.cpp.gcov v811_spc009_project 4 months ago
test_-a_-b_-u.h.gcov v811_spc009_project 4 months ago
test_-b.output v811_spc009_project 4 months ago
test_-b_-f.output v811_spc009_project 4 months ago
test_-f.output v811_spc009_project 4 months ago
test_exit_block_arcs.gcda v811_spc009_project 4 months ago
test_exit_block_arcs.gcno v811_spc009_project 4 months ago
test_file_checksum_fail.gcda v811_spc009_project 4 months ago
test_func_checksum_fail.gcda v811_spc009_project 4 months ago
test_long_file_names.output v811_spc009_project 4 months ago
test_long_paths.output v811_spc009_project 4 months ago
test_missing.cpp.gcov v811_spc009_project 4 months ago
test_missing.h.gcov v811_spc009_project 4 months ago
test_missing.output v811_spc009_project 4 months ago
test_no_gcda.cpp.gcov v811_spc009_project 4 months ago
test_no_gcda.h.gcov v811_spc009_project 4 months ago
test_no_gcda.output v811_spc009_project 4 months ago
test_no_options.cpp.gcov v811_spc009_project 4 months ago
test_no_options.h.gcov v811_spc009_project 4 months ago
test_no_options.output v811_spc009_project 4 months ago
test_no_output.output v811_spc009_project 4 months ago
test_no_preserve_paths.output v811_spc009_project 4 months ago
test_objdir.cpp.gcov v811_spc009_project 4 months ago
test_objdir.h.gcov v811_spc009_project 4 months ago
test_paths.cpp.gcov v811_spc009_project 4 months ago
test_paths.gcda v811_spc009_project 4 months ago
test_paths.gcno v811_spc009_project 4 months ago
test_paths.h.gcov v811_spc009_project 4 months ago
test_preserve_paths.output v811_spc009_project 4 months ago
test_read_fail.gcno v811_spc009_project 4 months ago
universal-binary v811_spc009_project 4 months ago
universal-binary.proftext v811_spc009_project 4 months ago

README

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

The files used to test the gcov compatible code coverage tool were generated
using the following method:

  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

The 'covmapping' files that are used to test llvm-cov contain raw sections
with the coverage mapping data generated by the compiler and linker. They are
created by running clang and llvm-cov:
  clang++ -fprofile-instr-generate -fcoverage-mapping -o test test.cpp
  llvm-cov convert-for-testing -o test.covmapping test

The 'profdata' files were generated by running an instrumented version of the
program and merging the raw profile data using llvm-profdata.
  ./test
  llvm-profdata merge -o test.profdata default.profraw