]> granicus.if.org Git - clang/commit
Add CoreOption flag to "-coverage" option to make it available for clang-cl
authorMarco Castelluccio <mcastelluccio@mozilla.com>
Wed, 8 Nov 2017 19:21:54 +0000 (19:21 +0000)
committerMarco Castelluccio <mcastelluccio@mozilla.com>
Wed, 8 Nov 2017 19:21:54 +0000 (19:21 +0000)
commit8f15f3c70065372ce412075f5f369847b55351d2
tree553929efed4b1a9052e613c0baed714471a45cad
parent299a2452998f3ff3c6587d0c5b1c11e8f717d52d
Add CoreOption flag to "-coverage" option to make it available for clang-cl

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@317709 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/Options.td
test/Driver/coverage.c [new file with mode: 0644]