Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [llvm-cov] Fix more -path-equivalence test bugs | Vedant Kumar | 2017-11-09 | 1 | -0/+0 |
| | | | | llvm-svn: 317764 | ||||
* | [Coverage] Use the wrapped segment when a line has entry segments | Vedant Kumar | 2017-11-09 | 1 | -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 Kudrin | 2016-05-20 | 1 | -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 |