From d25437e957549bdab46f1a052bad4f330d31a9e1 Mon Sep 17 00:00:00 2001 From: Vedant Kumar Date: Tue, 10 Dec 2019 18:16:59 -0800 Subject: [PATCH] [profile] Delete stale profiles in test/profile/instrprof-value-prof.test, NFC --- compiler-rt/test/profile/instrprof-value-prof.test | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler-rt/test/profile/instrprof-value-prof.test b/compiler-rt/test/profile/instrprof-value-prof.test index 02038990bfd9..f85c131e6e4b 100644 --- a/compiler-rt/test/profile/instrprof-value-prof.test +++ b/compiler-rt/test/profile/instrprof-value-prof.test @@ -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