From d0a6243529c23e79c3d9a033cf977c0f7df43ead Mon Sep 17 00:00:00 2001 From: Justin Bogner Date: Tue, 17 Mar 2015 00:18:51 +0000 Subject: llvm-cov: Warn instead of error if a .gcda has arcs from an exit block Patch by Vanderson M. Rosario. Thanks! llvm-svn: 232443 --- llvm/test/tools/llvm-cov/Inputs/test_exit_block_arcs.gcda | Bin 0 -> 124 bytes llvm/test/tools/llvm-cov/Inputs/test_exit_block_arcs.gcno | Bin 0 -> 216 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 llvm/test/tools/llvm-cov/Inputs/test_exit_block_arcs.gcda create mode 100644 llvm/test/tools/llvm-cov/Inputs/test_exit_block_arcs.gcno (limited to 'llvm/test/tools/llvm-cov/Inputs') diff --git a/llvm/test/tools/llvm-cov/Inputs/test_exit_block_arcs.gcda b/llvm/test/tools/llvm-cov/Inputs/test_exit_block_arcs.gcda new file mode 100644 index 00000000000..3ca483d1f46 Binary files /dev/null and b/llvm/test/tools/llvm-cov/Inputs/test_exit_block_arcs.gcda differ diff --git a/llvm/test/tools/llvm-cov/Inputs/test_exit_block_arcs.gcno b/llvm/test/tools/llvm-cov/Inputs/test_exit_block_arcs.gcno new file mode 100644 index 00000000000..d453566282f Binary files /dev/null and b/llvm/test/tools/llvm-cov/Inputs/test_exit_block_arcs.gcno differ -- cgit v1.2.3