summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/coverage.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix coverage test on Windows botReid Kleckner2017-11-171-1/+1
| | | | llvm-svn: 318559
* Add a missing "REQUIRES: system-windows" to a Windows-only test.David L. Jones2017-11-081-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-clMarco Castelluccio2017-11-081-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
OpenPOWER on IntegriCloud