From 13a517445f79a3b30d7457597afdd4cf753dd0e2 Mon Sep 17 00:00:00 2001 From: Vedant Kumar Date: Tue, 10 Dec 2019 15:47:31 -0800 Subject: [PATCH] [profile] Delete stale profile in test/profile/instrprof-set-filename.c, NFC --- compiler-rt/test/profile/instrprof-set-filename.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compiler-rt/test/profile/instrprof-set-filename.c b/compiler-rt/test/profile/instrprof-set-filename.c index 7635360d32fd..67bf4482d32f 100644 --- a/compiler-rt/test/profile/instrprof-set-filename.c +++ b/compiler-rt/test/profile/instrprof-set-filename.c @@ -1,3 +1,5 @@ +// RUN: rm -f %t.profraw +// // 1. Test that __llvm_profile_set_filename has higher precedence than // the default path. // RUN: %clang_profgen -o %t -O3 %s