xref: /llvm-project/compiler-rt/test/profile/Linux/instrprof-alloc.test (revision 384f704834407f8e65432afa2438f4f046197608)
1// RUN: %clang_pgogen  -fuse-ld=gold -Wl,-wrap,malloc -Wl,-wrap,calloc -o %t -O3 %S/../Inputs/instrprof-alloc.c
2// RUN: env LLVM_PROFILE_FILE=%t.profraw %run %t
3
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.c
5// RUN: env LLVM_PROFILE_FILE=%t.profraw not %run %t.dyn
6
7