summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-cov/Inputs/prefer_used_to_unused.covmapping
Commit message (Collapse)AuthorAgeFilesLines
* [llvm-cov] Fix more -path-equivalence test bugsVedant Kumar2017-11-091-0/+0
| | | | llvm-svn: 317764
* [Coverage] Use the wrapped segment when a line has entry segmentsVedant Kumar2017-11-091-0/+0
| | | | | | | | | We've worked around bugs in the frontend by ignoring the count from wrapped segments when a line has at least one region entry segment. Those frontend bugs are now fixed, so it's time to regenerate the checked-in covmapping files and remove the workaround. llvm-svn: 317761
* [Coverage] Fix an issue where improper coverage mapping data could be loaded ↵Igor Kudrin2016-05-201-0/+0
for an inline function. If an inline function is observed but unused in a translation unit, dummy coverage mapping data with zero hash is stored for this function. If such a coverage mapping section came earlier than real one, the latter was ignored. As a result, llvm-cov was unable to show coverage information for those functions. Differential Revision: http://reviews.llvm.org/D20286 llvm-svn: 270194
OpenPOWER on IntegriCloud