[cfe-dev] clang-cl: missing code coverage when exception handling is enabled

Jan Kokemüller via cfe-dev cfe-dev at lists.llvm.org
Sun Apr 22 06:50:10 PDT 2018


Hi,
I'm trying to use gcov based code coverage analysis with clang-cl
targeting Windows.
Currently this won't work for functions where exceptions might be thrown:
https://reviews.llvm.org/D38223

Any pointers to what is needed to fix this? The approach discussed in
the linked review and related bug reports didn't seem to work out.

-Jan



More information about the cfe-dev mailing list