brintos

brintos / llvm-project-archived public Read only

0
0
Text · 236 B · 1877c17 Raw
5 lines · plain
1UNSUPPORTED: target={{.*freebsd.*}}2RUN: %cpp_compiler %S/CallerCalleeTest.cpp -o %t-CallerCalleeTest3CHECK: BINGO4RUN: not %run %t-CallerCalleeTest          -use_value_profile=1 -cross_over=0 -seed=1 -runs=10000000 2>&1 | FileCheck %s5