[profile] Clean up stale raw profiles in instrprof-write-file.c

This commit is contained in:
Vedant Kumar 2019-10-01 18:14:54 -07:00
parent 9370a74158
commit ade776b584
1 changed files with 1 additions and 0 deletions

View File

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