summaryrefslogtreecommitdiff
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, 0 insertions, 7 deletions
diff --git a/test/tools/llvm-cov/Inputs/README b/test/tools/llvm-cov/Inputs/README
deleted file mode 100644
index 35c489e08c..0000000000
--- a/test/tools/llvm-cov/Inputs/README
+++ /dev/null
@@ -1,7 +0,0 @@
-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