[OptTable] Fix typo VALUE => VALUES (NFCI) (#121523)
[llvm-project.git] / compiler-rt / test / profile / Linux / instrprof-alloc.test
blob4db764704adb1b306d70528c4916513a138340d8
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
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