aboutsummaryrefslogtreecommitdiffstats
path: root/test/tools/llvm-cov/Inputs/README
diff options
context:
space:
mode:
Diffstat (limited to 'test/tools/llvm-cov/Inputs/README')
-rw-r--r--test/tools/llvm-cov/Inputs/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/tools/llvm-cov/Inputs/README b/test/tools/llvm-cov/Inputs/README
new file mode 100644
index 0000000..35c489e
--- /dev/null
+++ b/test/tools/llvm-cov/Inputs/README
@@ -0,0 +1,7 @@
+These inputs were pre-generated to allow for easier testing of llvm-cov.
+
+test.gcno and test.gcda were create by running the latest version of clang:
+ clang++ -g -ftest-coverage -fprofile-arcs test.cpp
+
+test.cpp.gcov was created by running gcov 4.2.1:
+ gcov test.cpp