mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-04 22:07:27 +00:00
8cb0f6e78e
File summaries will now be optionally outputted which will give line, branching and call coverage info. Unfortunately, clang's current instrumentation does not give enough information to deduce function calls, something that gcc is able to do. Thus, no calls are always outputted to be consistent with gcov output. Also updated tests. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197606 91177308-0d34-0410-b5e6-96231b3b80d8 |
||
---|---|---|
.. | ||
README | ||
test_-a_-b_-c_-u.cpp.gcov | ||
test_-a_-b_-c_-u.h.gcov | ||
test_-a_-b_-u.cpp.gcov | ||
test_-a_-b_-u.h.gcov | ||
test_-a_-b.cpp.gcov | ||
test_-a_-b.h.gcov | ||
test_-a.cpp.gcov | ||
test_-a.h.gcov | ||
test_-b.output | ||
test_file_checksum_fail.gcda | ||
test_func_checksum_fail.gcda | ||
test_no_options.cpp.gcov | ||
test_no_options.h.gcov | ||
test_no_options.output | ||
test_read_fail.gcno | ||
test.cpp | ||
test.gcda | ||
test.gcno | ||
test.h |
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