summaryrefslogtreecommitdiff
path: root/test/tools/llvm-cov/Inputs
diff options
context:
space:
mode:
authorJustin Bogner <mail@justinbogner.com>2014-03-26 22:03:06 +0000
committerJustin Bogner <mail@justinbogner.com>2014-03-26 22:03:06 +0000
commit2a6873fdf3fa413cd7ef09b368fab64aa936d027 (patch)
tree8f4ce3706adbf461c1702131c289203bb8b0cf03 /test/tools/llvm-cov/Inputs
parent70ea745ec8b91327874c0f8166d8471e4c377f37 (diff)
downloadllvm-2a6873fdf3fa413cd7ef09b368fab64aa936d027.tar.gz
llvm-2a6873fdf3fa413cd7ef09b368fab64aa936d027.tar.bz2
llvm-2a6873fdf3fa413cd7ef09b368fab64aa936d027.tar.xz
llvm-cov: Handle functions with no line number
Functions may in an instrumented binary but not in the original source when they're inserted by the compiler or the runtime. These functions aren't meaningful to the user, so teach llvm-cov to skip over them instead of crashing. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204863 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/tools/llvm-cov/Inputs')
-rw-r--r--test/tools/llvm-cov/Inputs/copy_block_helper.gcdabin0 -> 432 bytes
-rw-r--r--test/tools/llvm-cov/Inputs/copy_block_helper.gcnobin0 -> 1140 bytes
2 files changed, 0 insertions, 0 deletions
diff --git a/test/tools/llvm-cov/Inputs/copy_block_helper.gcda b/test/tools/llvm-cov/Inputs/copy_block_helper.gcda
new file mode 100644
index 0000000000..d7ff4696df
--- /dev/null
+++ b/test/tools/llvm-cov/Inputs/copy_block_helper.gcda
Binary files differ
diff --git a/test/tools/llvm-cov/Inputs/copy_block_helper.gcno b/test/tools/llvm-cov/Inputs/copy_block_helper.gcno
new file mode 100644
index 0000000000..a9d1084064
--- /dev/null
+++ b/test/tools/llvm-cov/Inputs/copy_block_helper.gcno
Binary files differ