OSDN Git Service

7c5f546a0bfea0762a7945944be5daac654b33e9
[android-x86/external-llvm.git] / lib / Fuzzer / test / value-profile-strcmp.test
1 CHECK: BINGO
2 RUN: %cpp_compiler %S/SingleStrcmpTest.cpp -o %t-LLVMFuzzer-SingleStrcmpTest
3 RUN: not %t-LLVMFuzzer-SingleStrcmpTest -seed=1  -use_cmp=0 -use_value_profile=1 -runs=10000000 2>&1 | FileCheck %s