[PATCH] D15430: sancov: coverage can be reported by multiple functions.

Mike Aizatsky via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 14 15:33:36 PST 2015


aizatsky added inline comments.

================
Comment at: tools/sancov/sancov.cc:233
@@ -225,1 +232,3 @@
+
+  return Result; // not reachable.
 }
----------------
krasin wrote:
> llvm_unreachable();
It's actually reachable now, I'll update the comment.


http://reviews.llvm.org/D15430





More information about the llvm-commits mailing list