brintos

brintos / llvm-project-archived public Read only

0
0
Text · 366 B · 4db7647 Raw
7 lines · plain
1// RUN: %clang_pgogen  -fuse-ld=gold -Wl,-wrap,malloc -Wl,-wrap,calloc -o %t -O3 %S/../Inputs/instrprof-alloc.c2// RUN: env LLVM_PROFILE_FILE=%t.profraw %run %t3 4// RUN: %clang_pgogen  -mllvm -vp-static-alloc=false -fuse-ld=gold -Wl,-wrap,malloc -Wl,-wrap,calloc -o %t.dyn -O3 %S/../Inputs/instrprof-alloc.c5// RUN: env LLVM_PROFILE_FILE=%t.profraw not %run %t.dyn6 7