Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix coverage test on Windows bot | Reid Kleckner | 2017-11-17 | 1 | -1/+1 |
| | | | | llvm-svn: 318559 | ||||
* | Add a missing "REQUIRES: system-windows" to a Windows-only test. | David L. Jones | 2017-11-08 | 1 | -0/+1 |
| | | | | | | | This un-breaks builds on other platforms. Otherwise, they fail due to warnings like: warning: unable to find a Visual Studio installation; try running Clang from a developer command prompt [-Wmsvc-not-found] llvm-svn: 317716 | ||||
* | Add CoreOption flag to "-coverage" option to make it available for clang-cl | Marco Castelluccio | 2017-11-08 | 1 | -0/+7 |
Summary: The -coverage option is not a CoreOption, so it is not available to clang-cl. This patch adds the CoreOption flag to "-coverage" to allow it to be used with clang-cl. Reviewers: rnk Reviewed By: rnk Subscribers: cfe-commits Differential Revision: https://reviews.llvm.org/D38221 llvm-svn: 317709 |