llvm-cov: Move some reader debug output out of the tool.
authorJustin Bogner <mail@justinbogner.com>
Sat, 20 Sep 2014 15:31:51 +0000 (15:31 +0000)
committerJustin Bogner <mail@justinbogner.com>
Sat, 20 Sep 2014 15:31:51 +0000 (15:31 +0000)
commit73edcffc8f2c91f45d9c37323e02bac2e14f5d04
tree58a3954289930e1ba8173ac0b20864de20cf794e
parent31235e5b9494080153b545226864659206bff19b
llvm-cov: Move some reader debug output out of the tool.

This debug output is really for testing CoverageMappingReader, not the
llvm-cov tool. Move it to where it can be more useful.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218183 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ProfileData/CoverageMappingReader.cpp
tools/llvm-cov/CodeCoverage.cpp