[PATCH] D14579: sancov tool in c++

Alexey Samsonov via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 11 11:13:04 PST 2015


samsonov accepted this revision.
samsonov added a comment.
This revision is now accepted and ready to land.

Make sure "ninja sancov" works as expected, and "ninja all" builds the tool as well. Also, I presume you did run clang-format over the entire source. You might need to add Makefile support for autoconf build (just cargo-cult from another tools) - true, it's being deprecated at the moment, but we might need to keep building sancov until 3.8 release - in order to run the test-suite.

LGTM.


http://reviews.llvm.org/D14579





More information about the llvm-commits mailing list