Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [llvm-cov] Try to fix a test on Windows | Vedant Kumar | 2017-09-11 | 1 | -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 region | Vedant Kumar | 2017-09-11 | 1 | -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 |