[compiler-rt] dc09f96 - [test] remove profile file at the start of profile/instrprof-write-file-atexit-explicitly.c

Wael Yehia via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 9 10:42:30 PDT 2024


Author: Wael Yehia
Date: 2024-10-09T17:54:24Z
New Revision: dc09f9644144a9598837a3684414603edb175e51

URL: https://github.com/llvm/llvm-project/commit/dc09f9644144a9598837a3684414603edb175e51
DIFF: https://github.com/llvm/llvm-project/commit/dc09f9644144a9598837a3684414603edb175e51.diff

LOG: [test] remove profile file at the start of profile/instrprof-write-file-atexit-explicitly.c

Added: 
    

Modified: 
    compiler-rt/test/profile/instrprof-write-file-atexit-explicitly.c

Removed: 
    


################################################################################
diff  --git a/compiler-rt/test/profile/instrprof-write-file-atexit-explicitly.c b/compiler-rt/test/profile/instrprof-write-file-atexit-explicitly.c
index 18c365af500343..6923e1d1d55d6c 100644
--- a/compiler-rt/test/profile/instrprof-write-file-atexit-explicitly.c
+++ b/compiler-rt/test/profile/instrprof-write-file-atexit-explicitly.c
@@ -1,3 +1,4 @@
+// RUN: rm -f %t.profraw
 // RUN: %clang_profgen -o %t -O3 %s
 // RUN: %run %t %t.profraw
 // RUN: llvm-profdata merge -o %t.profdata %t.profraw


        


More information about the llvm-commits mailing list