diff options
author | Vedant Kumar <vsk@apple.com> | 2019-10-01 18:14:54 -0700 |
---|---|---|
committer | Vedant Kumar <vsk@apple.com> | 2019-10-31 16:04:08 -0700 |
commit | ade776b5845384bb45fcd2f7919d80f4101971a7 (patch) | |
tree | 8232ec871b392376768d24aafadcf484d938b1b7 /compiler-rt/test | |
parent | 9370a741581ffbfd2a75bc177f5f3ed42fde8d81 (diff) | |
download | bcm5719-llvm-ade776b5845384bb45fcd2f7919d80f4101971a7.tar.gz bcm5719-llvm-ade776b5845384bb45fcd2f7919d80f4101971a7.zip |
[profile] Clean up stale raw profiles in instrprof-write-file.c
Diffstat (limited to 'compiler-rt/test')
-rw-r--r-- | compiler-rt/test/profile/instrprof-write-file.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/test/profile/instrprof-write-file.c b/compiler-rt/test/profile/instrprof-write-file.c index af008ed9439..e2f5e112e06 100644 --- a/compiler-rt/test/profile/instrprof-write-file.c +++ b/compiler-rt/test/profile/instrprof-write-file.c @@ -1,3 +1,4 @@ +// RUN: rm -rf %t1.profraw %t2.profraw // RUN: %clang_profgen -o %t -O3 %s // RUN: env LLVM_PROFILE_FILE=%t1.profraw %run %t %t2.profraw // RUN: llvm-profdata merge -o %t1.profdata %t1.profraw |