MemorySanitizer and llvm-cov

Is -fsanitize=memory compatible with -coverage? I would expect that it would require building compiler-rt/lib/profile with -fsanitize=memory in order to avoid false positives e.g. when writing coverage to disk, and I don’t see an option for that.