[libFuzzer] extend the data flow tracer to also produce basic block coverage for...
authorKostya Serebryany <kcc@google.com>
Wed, 8 May 2019 00:51:15 +0000 (00:51 +0000)
committerKostya Serebryany <kcc@google.com>
Wed, 8 May 2019 00:51:15 +0000 (00:51 +0000)
commit219b2b3a4a7805060673459cb5652d6db510108a
tree9dd3bc223d0ad7732e97bb2846f722b79d0d1c0d
parent5d3548b852390631aeb4496ecbcfcbd121d79309
[libFuzzer] extend the data flow tracer to also produce basic block coverage for every input. An extended test coming in a separte change.

llvm-svn: 360213
compiler-rt/lib/fuzzer/dataflow/DataFlow.cpp
compiler-rt/lib/fuzzer/scripts/merge_data_flow.py
compiler-rt/test/fuzzer/ThreeFunctionsTest.cpp
compiler-rt/test/fuzzer/dataflow.test
compiler-rt/test/fuzzer/simple-cmp.test