diff options
Diffstat (limited to 'compiler-rt/test/profile/instrprof-write-file.c')
-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 |