summaryrefslogtreecommitdiff
path: root/test/fuzzer/value-profile-load.test
blob: 3bf2a658a5b2966e12836ae9d7f0c8c3b12de15d (plain)
1
2
3
CHECK: AddressSanitizer: global-buffer-overflow
RUN: %cpp_compiler %S/LoadTest.cpp -fsanitize-coverage=trace-pc-guard,indirect-calls,trace-gep,trace-div,trace-cmp -o %t-LoadTest
RUN: not %t-LoadTest -seed=2 -use_cmp=0 -use_value_profile=1 -runs=20000000 2>&1 | FileCheck %s