[PATCH] D14572: sanitizer: add support for trace coverage
Dmitry Vyukov via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 11 06:24:56 PST 2015
dvyukov added a comment.
I did not implement actual user-space runtime support, as we don't have agreement on this part yet. Kernel does not require any runtime support, it will have its own. I've sketched what I would do include/sanitizer/coverage_interface.h, but I don't have any concrete plans regarding user-space usage at the moment.
http://reviews.llvm.org/D14572
More information about the llvm-commits
mailing list