mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-21 00:32:23 +00:00
8 lines
247 B
Plaintext
8 lines
247 B
Plaintext
|
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
|