[docs] Fix build-docs.sh
[llvm-project.git] / compiler-rt / test / fuzzer / value-profile-div.test
blob015471c65ba2904e618d7177fc69ea314b9252aa
1 UNSUPPORTED: ios
2 UNSUPPORTED: arm, aarch64
3 CHECK: AddressSanitizer: {{FPE|int-divide-by-zero}}
4 RUN: %cpp_compiler %S/DivTest.cpp -fsanitize-coverage=trace-div -o %t-DivTest
5 RUN: not %run %t-DivTest -seed=1 -use_value_profile=1 -runs=10000000 2>&1 | FileCheck %s