forked from OSchip/llvm-project
4 lines
274 B
Plaintext
4 lines
274 B
Plaintext
|
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
|