From ade776b5845384bb45fcd2f7919d80f4101971a7 Mon Sep 17 00:00:00 2001 From: Vedant Kumar Date: Tue, 1 Oct 2019 18:14:54 -0700 Subject: [PATCH] [profile] Clean up stale raw profiles in instrprof-write-file.c --- compiler-rt/test/profile/instrprof-write-file.c | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler-rt/test/profile/instrprof-write-file.c b/compiler-rt/test/profile/instrprof-write-file.c index af008ed9439e..e2f5e112e064 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