summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-cov/cov-comdat.test
Commit message (Collapse)AuthorAgeFilesLines
* [Coverage] add covmap v2 binary format regression testXinliang David Li2016-02-101-1/+3
| | | | llvm-svn: 260428
* re-submit test case (withright format-version)Xinliang David Li2016-01-211-0/+10
| | | | llvm-svn: 258384
* Revert 258376 -- wrong versionXinliang David Li2016-01-211-10/+0
| | | | llvm-svn: 258377
* [Coverage] Add a test case for comdatXinliang David Li2016-01-211-0/+10
The binary contains two (merged) covmap sections which have duplicate CovMapRecords from comdat (template instantation). This test makes sure the reader reads it properly. It also tests that the coverage data from different instantiations of the same template function are properly merged in show output. llvm-svn: 258376
OpenPOWER on IntegriCloud