summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-cov/ifdef.c
Commit message (Collapse)AuthorAgeFilesLines
* [llvm-cov] Try to fix a test on WindowsVedant Kumar2017-09-111-2/+2
| | | | | | | | | Failing bot: http://lab.llvm.org:8011/builders/llvm-clang-x86_64-expensive-checks-win/builds/4791 This looks like another stderr redirection issue. llvm-svn: 312975
* [llvm-cov] Don't attach exec counts to lines which start a skipped regionVedant Kumar2017-09-111-0/+16
These lines by definition don't have an execution count. This is the final part of the fix for: https://bugs.llvm.org/show_bug.cgi?id=34166 llvm-svn: 312955
OpenPOWER on IntegriCloud