[profile] Delete stale profiles in test/profile/instrprof-value-prof.test, NFC

This commit is contained in:
Vedant Kumar 2019-12-10 18:16:59 -08:00
parent 13a517445f
commit d25437e957
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
// RUN: rm -f %t.profraw %t.ir.profraw %t.ir.dyn.profraw
// 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
// RUN: env LLVM_PROFILE_FILE=%t.profraw LLVM_VP_MAX_NUM_VALS_PER_SITE=255 %run %t
// RUN: llvm-profdata merge -o %t.profdata %t.profraw