brintos

brintos / llvm-project-archived public Read only

0
0
Text · 229 B · bf51e7f Raw
4 lines · plain
1CHECK: AddressSanitizer: global-buffer-overflow2RUN: %cpp_compiler %S/LoadTest.cpp -fsanitize-coverage=trace-gep -o %t-LoadTest3RUN: not %run %t-LoadTest -seed=1 -use_cmp=0 -use_value_profile=1 -runs=20000000 2>&1 | FileCheck %s4