First batch of sancov.py rewrite in c++.
Supports "-print" and "-coveredfns" commands.
Followup to http://reviews.llvm.org/D14356 in a better location.
Paths
| Differential D14579
sancov tool in c++ ClosedPublic Authored by aizatsky on Nov 11 2015, 10:58 AM.
Details Summary First batch of sancov.py rewrite in c++. Followup to http://reviews.llvm.org/D14356 in a better location.
Diff Detail Event Timelineaizatsky updated this object. Comment Actions LGTM, but let Alexey have a look too. samsonov edited edge metadata. Comment ActionsMake 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. This revision is now accepted and ready to land.Nov 11 2015, 11:13 AM Closed by commit rL252801: sancov tool in c++ (authored by aizatsky). · Explain WhyNov 11 2015, 1:00 PM This revision was automatically updated to reflect the committed changes. Comment Actions
ack.
yes
done
Revision Contents
Diff 39947 tools/sancov/CMakeLists.txt
tools/sancov/sancov.cc
|