diff options
-rw-r--r-- | compiler-rt/test/profile/instrprof-set-filename.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler-rt/test/profile/instrprof-set-filename.c b/compiler-rt/test/profile/instrprof-set-filename.c index 7635360d32f..67bf4482d32 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 |