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

Vedant Kumar via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 11 10:17:13 PST 2019


Author: Vedant Kumar
Date: 2019-12-11T10:03:59-08:00
New Revision: d25437e957549bdab46f1a052bad4f330d31a9e1

URL: https://github.com/llvm/llvm-project/commit/d25437e957549bdab46f1a052bad4f330d31a9e1
DIFF: https://github.com/llvm/llvm-project/commit/d25437e957549bdab46f1a052bad4f330d31a9e1.diff

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

Added: 
    

Modified: 
    compiler-rt/test/profile/instrprof-value-prof.test

Removed: 
    


################################################################################
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


        


More information about the llvm-commits mailing list