brintos

brintos / llvm-project-archived public Read only

0
0
Text · 258 B · cf2e255 Raw
6 lines · plain
1REQUIRES: target={{(i.86|x86_64)-.*}}2CHECK: AddressSanitizer: {{FPE|int-divide-by-zero}}3RUN: %cpp_compiler %S/DivTest.cpp -fsanitize-coverage=trace-div -o %t-DivTest4RUN: not %run %t-DivTest -seed=1 -use_value_profile=1 -runs=10000000 2>&1 | FileCheck %s5 6