summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-cov/Inputs
diff options
context:
space:
mode:
authorYuchen Wu <yuchenericwu@hotmail.com>2013-11-14 00:32:00 +0000
committerYuchen Wu <yuchenericwu@hotmail.com>2013-11-14 00:32:00 +0000
commitd738beec44cc8ac3df9e8b83d86dd838be1bad2c (patch)
treefe9926129359e2c26020e9481ee6c2c647d66ed8 /llvm/test/tools/llvm-cov/Inputs
parentc2d8a5c7f5e683a9b269d0cf3bdef085e998cdf7 (diff)
downloadbcm5719-llvm-d738beec44cc8ac3df9e8b83d86dd838be1bad2c.tar.gz
bcm5719-llvm-d738beec44cc8ac3df9e8b83d86dd838be1bad2c.zip
llvm-cov: Removed StringMap holding GCOVLines.
According to the hazy gcov documentation, it appeared to be technically possible for lines within a block to belong to different source files. However, upon further investigation, gcov does not actually support multiple source files for a single block. This change removes a level of separation between blocks and lines by replacing the StringMap of GCOVLines with a SmallVector of ints representing line numbers. This also means that the GCOVLines class is no longer needed. This paves the way for supporting the "-a" option, which will output block information. llvm-svn: 194637
Diffstat (limited to 'llvm/test/tools/llvm-cov/Inputs')
-rw-r--r--llvm/test/tools/llvm-cov/Inputs/test_read_fail.gcnobin0 -> 111 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/llvm/test/tools/llvm-cov/Inputs/test_read_fail.gcno b/llvm/test/tools/llvm-cov/Inputs/test_read_fail.gcno
new file mode 100644
index 00000000000..63b5d71e695
--- /dev/null
+++ b/llvm/test/tools/llvm-cov/Inputs/test_read_fail.gcno
Binary files differ
OpenPOWER on IntegriCloud