Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Coverage] add covmap v2 binary format regression test | Xinliang David Li | 2016-02-10 | 1 | -1/+3 |
| | | | | llvm-svn: 260428 | ||||
* | re-submit test case (withright format-version) | Xinliang David Li | 2016-01-21 | 1 | -0/+10 |
| | | | | llvm-svn: 258384 | ||||
* | Revert 258376 -- wrong version | Xinliang David Li | 2016-01-21 | 1 | -10/+0 |
| | | | | llvm-svn: 258377 | ||||
* | [Coverage] Add a test case for comdat | Xinliang David Li | 2016-01-21 | 1 | -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 |