[libFuzzer] remove the experimental support for clang coverage instrumentation. This...
authorKostya Serebryany <kcc@google.com>
Thu, 10 May 2018 20:12:15 +0000 (20:12 +0000)
committerKostya Serebryany <kcc@google.com>
Thu, 10 May 2018 20:12:15 +0000 (20:12 +0000)
commit59bf1e8b368c70f086cdb9a1df34ef9a0c72e062
treecb33e1e914b0d77eb01f2c8c1960f1287330c4fd
parent3bde9622555f685e8d8d25c71133093c7ab9ce48
[libFuzzer] remove the experimental support for clang coverage instrumentation. This mode has not been used and our experiments with https://github.com/google/fuzzer-test-suite show that this signal is weaker than the SanitizerCoverage

llvm-svn: 332034
compiler-rt/lib/fuzzer/CMakeLists.txt
compiler-rt/lib/fuzzer/FuzzerClangCounters.cpp [deleted file]
compiler-rt/lib/fuzzer/FuzzerDefs.h
compiler-rt/lib/fuzzer/FuzzerDriver.cpp
compiler-rt/lib/fuzzer/FuzzerFlags.def
compiler-rt/lib/fuzzer/FuzzerLoop.cpp
compiler-rt/lib/fuzzer/FuzzerOptions.h
compiler-rt/lib/fuzzer/FuzzerTracePC.cpp
compiler-rt/lib/fuzzer/FuzzerTracePC.h
compiler-rt/test/fuzzer/fprofile-instr-generate.test [deleted file]