summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/test
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2016-10-11 01:14:41 +0000
committerKostya Serebryany <kcc@google.com>2016-10-11 01:14:41 +0000
commitd19919a80e483b75e0c7a6d893688b3f008df6b4 (patch)
tree66aa064ea2c0852309e0cb34b100aedec5435095 /llvm/lib/Fuzzer/test
parent3e0e901a18d8170d0df91b0d067e965b7dc7a77c (diff)
downloadbcm5719-llvm-d19919a80e483b75e0c7a6d893688b3f008df6b4.tar.gz
bcm5719-llvm-d19919a80e483b75e0c7a6d893688b3f008df6b4.zip
[libFuzzer] implement value profile for switch, increase the size of the PCs array, make sure we don't overflow it
llvm-svn: 283841
Diffstat (limited to 'llvm/lib/Fuzzer/test')
-rw-r--r--llvm/lib/Fuzzer/test/trace-pc/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Fuzzer/test/trace-pc/CMakeLists.txt b/llvm/lib/Fuzzer/test/trace-pc/CMakeLists.txt
index a1eeb7263c0..d5caa188ed4 100644
--- a/llvm/lib/Fuzzer/test/trace-pc/CMakeLists.txt
+++ b/llvm/lib/Fuzzer/test/trace-pc/CMakeLists.txt
@@ -10,6 +10,8 @@ set(TracePCTests
NullDerefTest
ShrinkControlFlowTest
ShrinkValueProfileTest
+ SwitchTest
+ Switch2Test
FullCoverageSetTest
)
OpenPOWER on IntegriCloud