I’m fuzzing a relatively medium sized project with libfuzzer, I want to see how much code is covered with llvm-cov.
I’m using -fprofile-instr-generate -fcoverage-mapping as a compilation flag in multiple places in the build system, but I get “no coverage data found” when I llvm-cov show.
I would like any ideas on how to debug this