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

Ivan Krasin via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 10 13:18:46 PST 2015


krasin added a comment.

LGTM with a nit.


================
Comment at: tools/sancov/sancov.cc:233
@@ -225,1 +232,3 @@
+
+  return Result; // not reachable.
 }
----------------
llvm_unreachable();


http://reviews.llvm.org/D15430





More information about the llvm-commits mailing list