llvm-cov: add test for report's function & file association.
authorAlex Lorenz <arphaman@gmail.com>
Tue, 30 Sep 2014 12:52:31 +0000 (12:52 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Tue, 30 Sep 2014 12:52:31 +0000 (12:52 +0000)
commitc174931a77ec757f9af83dc5f0ed45078c735bdf
tree4eb7addde1e69259c8bad5a5d59d31cbf9b0ff51
parent38c59de6b11e00fdb3b02e0fd2c7e4f724ae1940
llvm-cov: add test for report's function & file association.

This commit adds a test which checks that the functions defined in header files will get associated with the header files rather than the source files in the reports.

Differential Revision: http://reviews.llvm.org/D5489

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218673 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/llvm-cov/Inputs/reportFunctionPlacement.covmapping [new file with mode: 0644]
test/tools/llvm-cov/Inputs/reportFunctionPlacement.h [new file with mode: 0644]
test/tools/llvm-cov/Inputs/reportFunctionPlacement.profdata [new file with mode: 0644]
test/tools/llvm-cov/reportFunctionPlacement.cpp [new file with mode: 0644]