brintos

brintos / llvm-project-archived public Read only

0
0
Text · 366 B · 7072c2a Raw
12 lines · plain
1UNSUPPORTED: darwin, target=aarch64{{.*}}2RUN: %cpp_compiler %S/PrintFuncTest.cpp -o %t3RUN: %run %t -seed=1 -runs=100000 2>&1 | FileCheck %s4RUN: %run %t -seed=1 -runs=100000 -print_funcs=0 2>&1 | FileCheck %s --check-prefix=NO5CHECK: NEW_FUNC{{.*}} FunctionA6CHECK: NEW_FUNC{{.*}} FunctionB7CHECK: NEW_FUNC{{.*}} FunctionC8CHECK: BINGO9 10NO-NOT: NEW_FUNC11NO: BINGO12