search for: 167e3a42

Displaying 2 results from an estimated 2 matches for "167e3a42".

2013 Nov 15
0
[LLVMdev] asan coverage
...ting this implementation and collecting usage stats. > Maybe we want to implement something simple like this in the Clang coverage. > > --kcc -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131114/167e3a42/attachment.html>
2013 Nov 14
4
[LLVMdev] asan coverage
Bob, Justin, I've just committed a poor man's coverage implementation that works with asan. http://llvm.org/viewvc/llvm-project?rev=194701&view=rev http://llvm.org/viewvc/llvm-project?rev=194702&view=rev It provides only function-level boolean coverage (i.e. no counters, just "visited or not"), but is very fast and very simple (no extra sections to the binary file, etc)