]> granicus.if.org Git - llvm/commit
[libFuzzer] best effort support for -fsanitize-coverage=trace-pc instrumentation...
authorKostya Serebryany <kcc@google.com>
Thu, 30 Mar 2017 01:27:20 +0000 (01:27 +0000)
committerKostya Serebryany <kcc@google.com>
Thu, 30 Mar 2017 01:27:20 +0000 (01:27 +0000)
commit2d9dd043ff6c00dd54abe4a970046f497f5f704c
tree98fd0b9c1ba39cc801349f382c7fb56a098a0dbe
parentfef24043fa2c4020eec6ef45d0da7b8b3f967b57
[libFuzzer] best effort support for -fsanitize-coverage=trace-pc instrumentation. It is less efficient and precise than -fsanitize-coverage=trace-pc-guard, but still works

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@299046 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Fuzzer/FuzzerTracePC.cpp
lib/Fuzzer/FuzzerTracePC.h
lib/Fuzzer/test/CMakeLists.txt
lib/Fuzzer/test/trace-pc.test [new file with mode: 0644]
lib/Fuzzer/test/trace-pc/CMakeLists.txt [new file with mode: 0644]