[cfe-dev] Using code coverage in clang-cl.exe

ניצן חדד via cfe-dev cfe-dev at lists.llvm.org
Wed May 9 09:01:46 PDT 2018


Hi awesome community,
I am trying to use this feature:
https://clang.llvm.org/docs/SourceBasedCodeCoverage.html
with clang-cl.exe.
I can see in https://clang.llvm.org/docs/UsersManual.html#id8
that -fprofile-instr-generate  exists in clang-cl interface but
-fcoverage-mapping  doesn't exist, even though it does exist in clang++.
Can anyone shed some light on why this feature doesn't exist in clang-cl?
it there a plan to future insert it?
Thanks,
Nitzan.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20180509/7be416e6/attachment.html>


More information about the cfe-dev mailing list