We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13a5174 commit d25437eCopy full SHA for d25437e
compiler-rt/test/profile/instrprof-value-prof.test
@@ -1,3 +1,4 @@
1
+// RUN: rm -f %t.profraw %t.ir.profraw %t.ir.dyn.profraw
2
// RUN: %clang_profgen -O2 -mllvm -enable-value-profiling=true -mllvm -vp-static-alloc=true -mllvm -vp-counters-per-site=256 -o %t %S/Inputs/instrprof-value-prof-real.c
3
// RUN: env LLVM_PROFILE_FILE=%t.profraw LLVM_VP_MAX_NUM_VALS_PER_SITE=255 %run %t
4
// RUN: llvm-profdata merge -o %t.profdata %t.profraw
0 commit comments