diff options
author | Vedant Kumar <vsk@apple.com> | 2019-12-10 18:16:59 -0800 |
---|---|---|
committer | Vedant Kumar <vsk@apple.com> | 2019-12-11 10:03:59 -0800 |
commit | d25437e957549bdab46f1a052bad4f330d31a9e1 (patch) | |
tree | bd555a880605840b79bc908b7f31b63033b9933d | |
parent | 13a517445f79a3b30d7457597afdd4cf753dd0e2 (diff) | |
download | bcm5719-llvm-d25437e957549bdab46f1a052bad4f330d31a9e1.tar.gz bcm5719-llvm-d25437e957549bdab46f1a052bad4f330d31a9e1.zip |
[profile] Delete stale profiles in test/profile/instrprof-value-prof.test, NFC
-rw-r--r-- | compiler-rt/test/profile/instrprof-value-prof.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/test/profile/instrprof-value-prof.test b/compiler-rt/test/profile/instrprof-value-prof.test index 02038990bfd..f85c131e6e4 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 |