This is an archive of the discontinued LLVM Phabricator instance.

Add CoreOption flag to "-coverage" option to make it available for clang-cl
ClosedPublic

Authored by marco-c on Sep 24 2017, 6:57 AM.

Details

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.

Diff Detail

Event Timeline

marco-c created this revision.Sep 24 2017, 6:57 AM
marco-c added a reviewer: rnk.Sep 26 2017, 5:03 AM
rnk accepted this revision.Nov 8 2017, 10:30 AM

lgtm

This revision is now accepted and ready to land.Nov 8 2017, 10:30 AM
marco-c closed this revision.Nov 8 2017, 11:22 AM