diff options
Diffstat (limited to 'compiler-rt/test/profile/Linux/instrprof-merge-vp.c')
-rw-r--r-- | compiler-rt/test/profile/Linux/instrprof-merge-vp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/profile/Linux/instrprof-merge-vp.c b/compiler-rt/test/profile/Linux/instrprof-merge-vp.c index 21d83750830..8daed3352b2 100644 --- a/compiler-rt/test/profile/Linux/instrprof-merge-vp.c +++ b/compiler-rt/test/profile/Linux/instrprof-merge-vp.c @@ -1,4 +1,4 @@ -// RUN: %clang_profgen -mllvm --enable-value-profiling=true -O2 -o %t %s +// RUN: %clang_profgen -mllvm --enable-value-profiling=true -mllvm -vp-static-alloc=true -mllvm -vp-counters-per-site=3 -O2 -o %t %s // RUN: %run %t %t.profraw // RUN: llvm-profdata merge -o %t.profdata %t.profraw // RUN: llvm-profdata show --all-functions --counts --ic-targets %t.profdata > %t.profdump |