[libFuzzer] when tracing switch statements, handle only one case at a time (to make...
authorKostya Serebryany <kcc@google.com>
Sat, 17 Dec 2016 02:03:34 +0000 (02:03 +0000)
committerKostya Serebryany <kcc@google.com>
Sat, 17 Dec 2016 02:03:34 +0000 (02:03 +0000)
commit00e638e64268d62ec4fc209de03ecd5d2e2a586c
treef8c865aae1b11b571b5a6e3695f958529c94d455
parent95294127d0ef8264274a1cd9767b15295454af63
[libFuzzer] when tracing switch statements, handle only one case at a time (to make things faster). Also ensure that the signals from value profile do not intersect with the regular coverage

llvm-svn: 290031
llvm/lib/Fuzzer/FuzzerTracePC.cpp
llvm/lib/Fuzzer/FuzzerTracePC.h
llvm/lib/Fuzzer/test/SwitchTest.cpp