llvm-cov: Warn if object file is newer than profile
authorJustin Bogner <mail@justinbogner.com>
Mon, 4 May 2015 04:09:38 +0000 (04:09 +0000)
committerJustin Bogner <mail@justinbogner.com>
Mon, 4 May 2015 04:09:38 +0000 (04:09 +0000)
commit0e93e26d3742e0660cf0e486b0961160da0f0e3a
treedbe297fdc5d1c83b8318bb12c07b3b5dcc902eb6
parent7dda4c92e4718c624e2bb91d8cf31685710c5f09
llvm-cov: Warn if object file is newer than profile

Looking at coverage with an out of date profile can be confusing.
Provide a little hint that something might be wrong.

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